Typography
class Typography
Typography styles, currently set up to match Wear's styling.
Summary
Constants |
|
|---|---|
const Int |
TYPOGRAPHY_BODY1 = 7Typography for large body text. |
const Int |
TYPOGRAPHY_BODY2 = 8Typography for medium body text. |
const Int |
Typography for bold button text. |
const Int |
TYPOGRAPHY_CAPTION1 = 10Typography for large caption text. |
const Int |
TYPOGRAPHY_CAPTION2 = 11Typography for medium caption text. |
const Int |
TYPOGRAPHY_CAPTION3 = 12Typography for small caption text. |
const Int |
Typography for large display text. |
const Int |
Typography for medium display text. |
const Int |
Typography for small display text. |
const Int |
Typography for large title text. |
const Int |
Typography for medium title text. |
const Int |
Typography for small title text. |
Constants
TYPOGRAPHY_BODY2
const val TYPOGRAPHY_BODY2 = 8: Int
Typography for medium body text.
TYPOGRAPHY_BUTTON
const val TYPOGRAPHY_BUTTON = 9: Int
Typography for bold button text.
TYPOGRAPHY_CAPTION1
const val TYPOGRAPHY_CAPTION1 = 10: Int
Typography for large caption text.
TYPOGRAPHY_CAPTION2
const val TYPOGRAPHY_CAPTION2 = 11: Int
Typography for medium caption text.
TYPOGRAPHY_CAPTION3
const val TYPOGRAPHY_CAPTION3 = 12: Int
Typography for small caption text.
TYPOGRAPHY_DISPLAY1
const val TYPOGRAPHY_DISPLAY1 = 1: Int
Typography for large display text.
TYPOGRAPHY_DISPLAY2
const val TYPOGRAPHY_DISPLAY2 = 2: Int
Typography for medium display text.
TYPOGRAPHY_DISPLAY3
const val TYPOGRAPHY_DISPLAY3 = 3: Int
Typography for small display text.
TYPOGRAPHY_TITLE1
const val TYPOGRAPHY_TITLE1 = 4: Int
Typography for large title text.
TYPOGRAPHY_TITLE2
const val TYPOGRAPHY_TITLE2 = 5: Int
Typography for medium title text.
TYPOGRAPHY_TITLE3
const val TYPOGRAPHY_TITLE3 = 6: Int
Typography for small title text.