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