Annotation Interface Theme.Code.Overlay
- Enclosing class:
- Theme.Code
Constant values for the theme code overlay.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the theme code overlay. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the app overlay.static final int
Constant for the default overlay.static final int
Constant for the custom overlay.static final int
Constant for the dynamic overlay.static final int
Constant value for no overlay.
-
Field Details
-
HIDE
static final int HIDEConstant value for no overlay.- See Also:
-
APP
static final int APPConstant for the app overlay.- See Also:
-
AUTO
static final int AUTOConstant for the default overlay.- See Also:
-
DYNAMIC
static final int DYNAMICConstant for the dynamic overlay.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom overlay.- See Also:
-