Annotation Interface Theme
Constant values for the theme.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceTheme actions to perform the operations accordingly.static @interfaceConstant values for the background aware functionality.static @interfaceInterface to hold the theme code values.static @interfaceInterface to hold the color constants.static @interfaceInterface to hold the color type constant values according to theR.attr.adt_colorType.static @interfaceConstant values for the contrast.static @interfaceConstant values for the corner size.static @interfaceConstant values for the dynamic theme.static @interfaceConstant values for the elevation functionality.static @interfaceConstant values for the font scale.static @interfaceString constant values for the dynamic theme intent.static @interfaceConstants for the theme keys.static @interfaceConstant values for the night theme.static @interfaceConstant values for the opacity.static @interfaceInterface to hold the theme size constants.static @interfaceConstant values for the dynamic theme style.static @interfaceString constant values for the theme.static @interfaceConstants for the theme values.static @interfaceConstant values for the visibility. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the app theme.static final intConstant for the auto theme.static final intConstant for the auto system theme.static final StringCharacter set for the theme content.static final intConstant for the custom theme.static final intConstant for the day theme.static final intDefault theme resource id.static final intConstant to disable the theme.static final StringExtension for the theme file.static final StringExtension for the theme image file.static final StringHost for the theme.static final StringMime type for the theme file.static final StringMime type for the theme image file.static final StringMime type matcher for the theme image file.static final StringMime type to select the theme image file.static final StringMime type to select the theme file.static final StringDefault name for the theme file.static final intConstant for the night theme.static final StringQuery parameter for the theme.static final StringShare path for the URL.static final intConstant value for the theme preview height in dips.static final intConstant value for the remote heme preview height in dips.static final intConstant value for the theme preview width in dips.static final StringQuery parameter for the URL.static final StringScheme separator for the theme.static final intConstant for the remote theme.static final StringScheme for the theme.static final StringCustom scheme for the theme.static final StringScheme separator for the theme.static final intConstant for the system theme.static final StringURL for the theme.static final intConstant 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:
-