Its almost working
This commit is contained in:
parent
2169afa8e7
commit
f0e7fc5e3b
|
@ -98,7 +98,8 @@ public class GlobalUserPreferences{
|
|||
BLUE,
|
||||
BROWN,
|
||||
RED,
|
||||
YELLOW
|
||||
YELLOW,
|
||||
NORD
|
||||
}
|
||||
|
||||
public enum ThemePreference{
|
||||
|
|
|
@ -25,7 +25,8 @@ public class ColorPalette {
|
|||
ColorPreference.BLUE, new ColorPalette(R.style.ColorPalette_Blue),
|
||||
ColorPreference.BROWN, new ColorPalette(R.style.ColorPalette_Brown),
|
||||
ColorPreference.RED, new ColorPalette(R.style.ColorPalette_Red),
|
||||
ColorPreference.YELLOW, new ColorPalette(R.style.ColorPalette_Yellow)
|
||||
ColorPreference.YELLOW, new ColorPalette(R.style.ColorPalette_Yellow);
|
||||
ColorPreference.NORD, new ColorPalette(R.style.ColorPalette_Nord)
|
||||
);
|
||||
|
||||
private @StyleRes int base;
|
||||
|
|
Loading…
Reference in New Issue