Annotation Interface Theme.Night
- Enclosing class:
- Theme
Constant values for the night theme.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the night theme. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the night theme according to the time.static final int
Constant for the night theme when battery saver is active.static final int
Constant for the custom night theme implementation.static final int
Constant for the night theme according to the system.
-
Field Details
-
AUTO
static final int AUTOConstant for the night theme according to the time.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom night theme implementation.- See Also:
-
SYSTEM
static final int SYSTEMConstant for the night theme according to the system.- See Also:
-
BATTERY
static final int BATTERYConstant for the night theme when battery saver is active.- See Also:
-