Typography

Added in 1.1.0
Deprecated in 1.2.0

public class Typography


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

Summary

Constants

static final int

Typography for large body text.

static final int

Typography for medium body text.

static final int

Typography for bold button text.

static final int

Typography for large caption text.

static final int

Typography for medium caption text.

static final int

Typography for small caption text.

static final int

Typography for large display text.

static final int

Typography for medium display text.

static final int

Typography for small display text.

static final int

Typography for large title text.

static final int

Typography for medium title text.

static final int

Typography for small title text.

Constants

TYPOGRAPHY_BODY1

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_BODY1 = 7

Typography for large body text.

TYPOGRAPHY_BODY2

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_BODY2 = 8

Typography for medium body text.

TYPOGRAPHY_BUTTON

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_BUTTON = 9

Typography for bold button text.

TYPOGRAPHY_CAPTION1

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_CAPTION1 = 10

Typography for large caption text.

TYPOGRAPHY_CAPTION2

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_CAPTION2 = 11

Typography for medium caption text.

TYPOGRAPHY_CAPTION3

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_CAPTION3 = 12

Typography for small caption text.

TYPOGRAPHY_DISPLAY1

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_DISPLAY1 = 1

Typography for large display text.

TYPOGRAPHY_DISPLAY2

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_DISPLAY2 = 2

Typography for medium display text.

TYPOGRAPHY_DISPLAY3

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_DISPLAY3 = 3

Typography for small display text.

TYPOGRAPHY_TITLE1

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_TITLE1 = 4

Typography for large title text.

TYPOGRAPHY_TITLE2

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_TITLE2 = 5

Typography for medium title text.

TYPOGRAPHY_TITLE3

Added in 1.1.0
Deprecated in 1.2.0
public static final int TYPOGRAPHY_TITLE3 = 6

Typography for small title text.