Add more themed backgrounds
This commit is contained in:
parent
013e23dc11
commit
8fbc5ff72d
@ -14,7 +14,7 @@ public enum Theme {
|
||||
BLUE_YELLOW(R.string.theme_blue_yellow, R.style.Theme_CringeAuthenticator_Blue_Yellow, R.drawable.background_blue_yellow_light, R.drawable.background_blue_yellow),
|
||||
GREEN_YELLOW(R.string.theme_green_yellow, R.style.Theme_CringeAuthenticator_Green_Yellow, R.drawable.background_green_yellow_light, R.drawable.background_green_yellow),
|
||||
ORANGE_TURQUOISE(R.string.theme_orange_turquoise, R.style.Theme_CringeAuthenticator_Orange_Turquoise, R.drawable.background_orange_turquoise_light, R.drawable.background_orange_turquoise),
|
||||
KETCHUP_MUSTARD(R.string.theme_ketchup_mustard, R.style.Theme_CringeAuthenticator_Ketchup_Mustard, R.drawable.background_red_blue_light, R.drawable.background_red_blue),
|
||||
KETCHUP_MUSTARD(R.string.theme_ketchup_mustard, R.style.Theme_CringeAuthenticator_Ketchup_Mustard, R.drawable.background_red_yellow_light, R.drawable.background_red_yellow_dark),
|
||||
;
|
||||
|
||||
@StringRes
|
||||
|
BIN
app/src/main/res/drawable/background_red_yellow_dark.png
Normal file
BIN
app/src/main/res/drawable/background_red_yellow_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 MiB |
BIN
app/src/main/res/drawable/background_red_yellow_light.png
Normal file
BIN
app/src/main/res/drawable/background_red_yellow_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 MiB |
Loading…
Reference in New Issue
Block a user