Annotation Interface Theme
Constant values for the theme.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Theme actions to perform the operations accordingly.static @interface
Constant values for the background aware functionality.static @interface
Interface to hold the theme code values.static @interface
Interface to hold the color constants.static @interface
Interface to hold the color type constant values according to theR.attr.adt_colorType
.static @interface
Constant values for the contrast.static @interface
Constant values for the corner size.static @interface
Constant values for the dynamic theme.static @interface
Constant values for the elevation functionality.static @interface
Constant values for the font scale.static @interface
String constant values for the dynamic theme intent.static @interface
Constants for the theme keys.static @interface
Constant values for the night theme.static @interface
Constant values for the opacity.static @interface
Interface to hold the theme size constants.static @interface
Constant values for the dynamic theme style.static @interface
String constant values for the theme.static @interface
Constants for the theme values.static @interface
Constant values for the visibility. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the app theme.static final int
Constant for the auto theme.static final int
Constant for the auto system theme.static final String
Character set for the theme content.static final int
Constant for the custom theme.static final int
Constant for the day theme.static final int
Default theme resource id.static final int
Constant to disable the theme.static final String
Extension for the theme file.static final String
Extension for the theme image file.static final String
Host for the theme.static final String
Mime type for the theme file.static final String
Mime type for the theme image file.static final String
Mime type matcher for the theme image file.static final String
Mime type to select the theme image file.static final String
Mime type to select the theme file.static final String
Default name for the theme file.static final int
Constant for the night theme.static final String
Query parameter for the theme.static final String
Share path for the URL.static final int
Constant value for the theme preview height in dips.static final int
Constant value for the remote heme preview height in dips.static final int
Constant value for the theme preview width in dips.static final String
Query parameter for the URL.static final String
Scheme separator for the theme.static final int
Constant for the remote theme.static final String
Scheme for the theme.static final String
Custom scheme for the theme.static final String
Scheme separator for the theme.static final int
Constant for the system theme.static final String
URL for the theme.static final int
Constant for the widget theme.
-
Field Details
-
SCHEME
Scheme for the theme.- See Also:
-
SCHEME_CUSTOM
Custom scheme for the theme.- See Also:
-
SCHEME_SEPARATOR
Scheme separator for the theme.- See Also:
-
HOST
Host for the theme.- See Also:
-
PATH
Share path for the URL.- See Also:
-
QUERY
Query parameter for the URL.- See Also:
-
QUERY_SEPARATOR
Scheme separator for the theme.- See Also:
-
URL
URL for the theme.- See Also:
-
PARAMETER
Query parameter for the theme.- See Also:
-
CHARACTER_SET
Character set for the theme content. -
MIME
Mime type for the theme file.- See Also:
-
MIME_IMAGE
Mime type for the theme image file.- See Also:
-
MIME_IMAGE_PICK
Mime type to select the theme image file.- See Also:
-
MIME_PICK
Mime type to select the theme file.- See Also:
-
MIME_IMAGE_MATCH
Mime type matcher for the theme image file.- See Also:
-
EXTENSION
Extension for the theme file.- See Also:
-
EXTENSION_IMAGE
Extension for the theme image file.- See Also:
-
NAME
Default name for the theme file.- See Also:
-
PREVIEW_WIDTH
static final int PREVIEW_WIDTHConstant value for the theme preview width in dips.- See Also:
-
PREVIEW_HEIGHT
static final int PREVIEW_HEIGHTConstant value for the theme preview height in dips.- See Also:
-
PREVIEW_HEIGHT_REMOTE
static final int PREVIEW_HEIGHT_REMOTEConstant value for the remote heme preview height in dips.- See Also:
-
DEFAULT_RES
static final int DEFAULT_RESDefault theme resource id.- See Also:
-
AUTO_SYSTEM
static final int AUTO_SYSTEMConstant for the auto system theme.- See Also:
-
APP
static final int APPConstant for the app theme.- See Also:
-
AUTO
static final int AUTOConstant for the auto theme.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom theme.- See Also:
-
DISABLE
static final int DISABLEConstant to disable the theme.- See Also:
-
SYSTEM
static final int SYSTEMConstant for the system theme.- See Also:
-
DAY
static final int DAYConstant for the day theme.- See Also:
-
NIGHT
static final int NIGHTConstant for the night theme.- See Also:
-
WIDGET
static final int WIDGETConstant for the widget theme.- See Also:
-
REMOTE
static final int REMOTEConstant for the remote theme.- See Also:
-