Annotation Interface DynamicTheme.Version.ToString
- Enclosing class:
- DynamicTheme.Version
String constant values for the theme styles version.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String constant for the unknown version.static final String
String constant for the default version.static final String
String constant for the default auto version.static final String
String constant for the version 1.static final String
String constant for the version 2.
-
Field Details
-
AUTO
String constant for the unknown version.- See Also:
-
INT_1
String constant for the version 1.- See Also:
-
INT_2
String constant for the version 2.- See Also:
-
DEFAULT
String constant for the default version.- See Also:
-
DEFAULT_AUTO
String constant for the default auto version.
-