Class ThemePicker.ThemeColor
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.ThemePicker.ThemeColor
-
- Enclosing class:
- ThemePicker
public static class ThemePicker.ThemeColor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCENT
static int
BLUE
static int
CYAN
static int
GREEN
static int
MAGENTA
static int
ORANGE
static int
PRIMARY
static int
PRIMARYDARK
static int
PRIMARYLIGHT
static int
RED
static int
SECONDARY
static int
TEXT
static int
TEXTDARK
static int
TEXTLIGHT
static int[]
VALUES_DARK
static int[]
VALUES_LIGHT
static int[]
VALUES_SOLARIZED
static int[]
VALUES_SOLARIZED_DARK
static int
VIOLET
static int
WELCOMEBACKGROUND
static int
WIDGETBACKGROUND
static int
YELLOW
-
Constructor Summary
Constructors Constructor Description ThemeColor()
-
-
-
Field Detail
-
PRIMARY
public static final int PRIMARY
- See Also:
- Constant Field Values
-
PRIMARYDARK
public static final int PRIMARYDARK
- See Also:
- Constant Field Values
-
PRIMARYLIGHT
public static final int PRIMARYLIGHT
- See Also:
- Constant Field Values
-
ACCENT
public static final int ACCENT
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
TEXTDARK
public static final int TEXTDARK
- See Also:
- Constant Field Values
-
TEXTLIGHT
public static final int TEXTLIGHT
- See Also:
- Constant Field Values
-
WELCOMEBACKGROUND
public static final int WELCOMEBACKGROUND
- See Also:
- Constant Field Values
-
WIDGETBACKGROUND
public static final int WIDGETBACKGROUND
- See Also:
- Constant Field Values
-
SECONDARY
public static final int SECONDARY
- See Also:
- Constant Field Values
-
YELLOW
public static final int YELLOW
- See Also:
- Constant Field Values
-
ORANGE
public static final int ORANGE
- See Also:
- Constant Field Values
-
RED
public static final int RED
- See Also:
- Constant Field Values
-
MAGENTA
public static final int MAGENTA
- See Also:
- Constant Field Values
-
VIOLET
public static final int VIOLET
- See Also:
- Constant Field Values
-
BLUE
public static final int BLUE
- See Also:
- Constant Field Values
-
CYAN
public static final int CYAN
- See Also:
- Constant Field Values
-
GREEN
public static final int GREEN
- See Also:
- Constant Field Values
-
VALUES_SOLARIZED
public static final int[] VALUES_SOLARIZED
-
VALUES_SOLARIZED_DARK
public static final int[] VALUES_SOLARIZED_DARK
-
VALUES_LIGHT
public static final int[] VALUES_LIGHT
-
VALUES_DARK
public static final int[] VALUES_DARK
-
-