Annotation Interface DynamicTheme.Version
- Enclosing class:
- DynamicTheme
Constant values for the theme styles version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceString constant values for the theme styles version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the auto version.static final intConstant for the default version.static final intConstant for the default auto version.static final intConstant for the version 1.static final intConstant for the version 2.static final StringKey constant for the theme version.
-
Field Details
-
KEY
Key constant for the theme version.- See Also:
-
AUTO
static final int AUTOConstant for the auto version.- See Also:
-
INT_1
static final int INT_1Constant for the version 1.- See Also:
-
INT_2
static final int INT_2Constant for the version 2.- See Also:
-
DEFAULT
static final int DEFAULTConstant for the default version.- See Also:
-
DEFAULT_AUTO
static final int DEFAULT_AUTOConstant for the default auto version.
-