Annotation Interface Theme.Code.Overlay
- Enclosing class:
- Theme.Code
Constant values for the theme code overlay.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceString constant values for the theme code overlay. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the app overlay.static final intConstant for the default overlay.static final intConstant for the custom overlay.static final intConstant for the dynamic overlay.static final intConstant 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:
-