Annotation Interface Theme.ToString
- Enclosing class:
- Theme
String constant values for the theme.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String constant for the app theme.static final String
String constant for the auto theme.static final String
Constant for the auto system theme.static final String
String constant for the custom theme.static final String
String constant for the day theme.static final String
String constant to disable the theme.static final String
String constant for the night theme.static final String
String constant for the remote theme.static final String
String constant for the system theme.static final String
String constant for the widget theme.
-
Field Details
-
AUTO_SYSTEM
Constant for the auto system theme.- See Also:
-
APP
String constant for the app theme.- See Also:
-
AUTO
String constant for the auto theme.- See Also:
-
CUSTOM
String constant for the custom theme.- See Also:
-
DISABLE
String constant to disable the theme.- See Also:
-
SYSTEM
String constant for the system theme.- See Also:
-
DAY
String constant for the day theme.- See Also:
-
NIGHT
String constant for the night theme.- See Also:
-
WIDGET
String constant for the widget theme.- See Also:
-
REMOTE
String constant for the remote theme.- See Also:
-