Annotation Interface DynamicTheme.Version
- Enclosing class:
- DynamicTheme
Constant values for the theme styles version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the theme styles version. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the auto version.static final int
Constant for the default version.static final int
Constant for the default auto version.static final int
Constant for the version 1.static final int
Constant for the version 2.static final String
Key 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.
-