Annotation Interface Theme.Font
- Enclosing class:
- Theme
Constant values for the font scale.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceString constant values for the font scale. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the auto font scale.static final intConstant for the custom font scale.static final intDefault value for the font scale.static final floatFactor to avoid inconsistency on configuration changes.static final intDefault value for the font scale interval.static final intMaximum value for the font scale.static final intMinimum value for the font scale.static final intConstant 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:
-