Annotation Interface Theme.Value
- Enclosing class:
- Theme
Constants for the theme values.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Short constants for the theme values. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant for the app value.static final String
Constant for the auto value.static final String
Constant for the custom value.static final String
Constant for the day (light) value.static final String
Constant for the disable value.static final String
Constant for the enable value.static final String
Constant for the hash value.static final String
Constant for the hide value.static final String
Constant for the night value.static final String
Constant for the show value.static final String
Constant to split the value.static final String
Constant for the system value.
-
Field Details
-
SPLIT
Constant to split the value.- See Also:
-
HASH
Constant for the hash value.- See Also:
-
SYSTEM
Constant for the system value.- See Also:
-
AUTO
Constant for the auto value.- See Also:
-
APP
Constant for the app value.- See Also:
-
DAY
Constant for the day (light) value.- See Also:
-
NIGHT
Constant for the night value.- See Also:
-
CUSTOM
Constant for the custom value.- See Also:
-
DISABLE
Constant for the disable value.- See Also:
-
ENABLE
Constant for the enable value.- See Also:
-
HIDE
Constant for the hide value.- See Also:
-
SHOW
Constant for the show value.- See Also:
-