Typography

Added in 1.1.0
Deprecated in 1.2.0

class Typography


Typography styles, currently set up to match Wear's styling.

Summary

Constants

const Int

Typography for large body text.

const Int

Typography for medium body text.

const Int

Typography for bold button text.

const Int

Typography for large caption text.

const Int

Typography for medium caption text.

const Int

Typography 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_BODY1

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_BODY1 = 7: Int

Typography for large body text.

TYPOGRAPHY_BODY2

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_BODY2 = 8: Int

Typography for medium body text.

TYPOGRAPHY_BUTTON

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_BUTTON = 9: Int

Typography for bold button text.

TYPOGRAPHY_CAPTION1

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_CAPTION1 = 10: Int

Typography for large caption text.

TYPOGRAPHY_CAPTION2

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_CAPTION2 = 11: Int

Typography for medium caption text.

TYPOGRAPHY_CAPTION3

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_CAPTION3 = 12: Int

Typography for small caption text.

TYPOGRAPHY_DISPLAY1

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_DISPLAY1 = 1: Int

Typography for large display text.

TYPOGRAPHY_DISPLAY2

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_DISPLAY2 = 2: Int

Typography for medium display text.

TYPOGRAPHY_DISPLAY3

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_DISPLAY3 = 3: Int

Typography for small display text.

TYPOGRAPHY_TITLE1

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_TITLE1 = 4: Int

Typography for large title text.

TYPOGRAPHY_TITLE2

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_TITLE2 = 5: Int

Typography for medium title text.

TYPOGRAPHY_TITLE3

Added in 1.1.0
Deprecated in 1.2.0
const val TYPOGRAPHY_TITLE3 = 6: Int

Typography for small title text.