Annotation Interface Theme.Key
- Enclosing class:
- Theme
Constants for the theme keys.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Short constants for the theme keys. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Serialized name for the accent color.static final String
Serialized name for the accent color dark.static final String
Serialized name for the background color.static final String
Serialized name for the background aware.static final String
Regex pattern for the brackets.static final String
Serialized name for the contrast.static final String
Serialized name for the corner radius.static final String
Serialized name for the dark suffix.static final String
Serialized name for the elevation.static final String
Serialized name for the error color.static final String
Serialized name for the font scale.static final String
Serialized name for the header.static final String
Serialized name for the host.static final String
Serialized name for the inverse suffix.static final String
Serialized name for the opacity.static final String
Serialized name for the primary color.static final String
Serialized name for the primary color dark.static final String
Constant for the double quote.static final String
Serialized name for the theme resource.static final String
Constant name for sharing the theme.static final String
Constant name for sharing the alternate theme.static final String
Constant to split the key.static final String
Serialized name for the style.static final String
Serialized name for the surface color.static final String
Serialized name for the text primary color.static final String
Serialized name for the text primary color inverse.static final String
Serialized name for the text secondary color.static final String
Serialized name for the text secondary color inverse.static final String
Serialized name for the tint accent color.static final String
Serialized name for the tint accent color dark.static final String
Serialized name for the tint background color.static final String
Serialized name for the tint error color.static final String
Serialized name for the tint primary color.static final String
Serialized name for the tint primary color dark.static final String
Serialized name for the tint surface color.static final String
Serialized name for the type.static final String
Serialized name for the widget id.
-
Field Details
-
BRACKETS
Regex pattern for the brackets.- See Also:
-
QUOTE
Constant for the double quote.- See Also:
-
SPLIT
Constant to split the key.- See Also:
-
DARK
Serialized name for the dark suffix.- See Also:
-
INVERSE
Serialized name for the inverse suffix.- See Also:
-
SHARE
Constant name for sharing the theme.- See Also:
-
SHARE_ALT
Constant name for sharing the alternate theme.- See Also:
-
HOST
Serialized name for the host.- See Also:
-
RES
Serialized name for the theme resource.- See Also:
-
WIDGET_ID
Serialized name for the widget id.- See Also:
-
BACKGROUND
Serialized name for the background color.- See Also:
-
TINT_BACKGROUND
Serialized name for the tint background color.- See Also:
-
SURFACE
Serialized name for the surface color.- See Also:
-
TINT_SURFACE
Serialized name for the tint surface color.- See Also:
-
PRIMARY
Serialized name for the primary color.- See Also:
-
TINT_PRIMARY
Serialized name for the tint primary color.- See Also:
-
PRIMARY_DARK
Serialized name for the primary color dark.- See Also:
-
TINT_PRIMARY_DARK
Serialized name for the tint primary color dark.- See Also:
-
ACCENT
Serialized name for the accent color.- See Also:
-
TINT_ACCENT
Serialized name for the tint accent color.- See Also:
-
ACCENT_DARK
Serialized name for the accent color dark.- See Also:
-
TINT_ACCENT_DARK
Serialized name for the tint accent color dark.- See Also:
-
ERROR
Serialized name for the error color.- See Also:
-
TINT_ERROR
Serialized name for the tint error color.- See Also:
-
TEXT_PRIMARY
Serialized name for the text primary color.- See Also:
-
TEXT_PRIMARY_INVERSE
Serialized name for the text primary color inverse.- See Also:
-
TEXT_SECONDARY
Serialized name for the text secondary color.- See Also:
-
TEXT_SECONDARY_INVERSE
Serialized name for the text secondary color inverse.- See Also:
-
FONT_SCALE
Serialized name for the font scale.- See Also:
-
CORNER_RADIUS
Serialized name for the corner radius.- See Also:
-
BACKGROUND_AWARE
Serialized name for the background aware.- See Also:
-
STYLE
Serialized name for the style.- See Also:
-
TYPE
Serialized name for the type.- See Also:
-
HEADER
Serialized name for the header.- See Also:
-
OPACITY
Serialized name for the opacity.- See Also:
-
CONTRAST
Serialized name for the contrast.- See Also:
-
ELEVATION
Serialized name for the elevation.- See Also:
-