Annotation Interface Theme.Font
- Enclosing class:
- Theme
Constant values for the font scale.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the font scale. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the auto font scale.static final int
Constant for the custom font scale.static final int
Default value for the font scale.static final float
Factor to avoid inconsistency on configuration changes.static final int
Default value for the font scale interval.static final int
Maximum value for the font scale.static final int
Minimum value for the font scale.static final int
Constant for the unknown font scale.
-
Field Details
-
UNKNOWN
static final int UNKNOWNConstant for the unknown font scale.- See Also:
-
AUTO
static final int AUTOConstant for the auto font scale.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom font scale.- See Also:
-
MIN
static final int MINMinimum value for the font scale.- See Also:
-
MAX
static final int MAXMaximum value for the font scale.- See Also:
-
DEFAULT
static final int DEFAULTDefault value for the font scale.- See Also:
-
INTERVAL
static final int INTERVALDefault value for the font scale interval.- See Also:
-
FACTOR
static final float FACTORFactor to avoid inconsistency on configuration changes.- See Also:
-