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