mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
removed light theme; added dynamic theme (cf. #75)
This commit is contained in:
parent
06777a4d34
commit
3c59ad4c41
6 changed files with 63 additions and 6 deletions
|
@ -66,11 +66,13 @@
|
|||
<item>DEFAULT</item>
|
||||
<item>DARK</item>
|
||||
<item>LIGHT</item>
|
||||
<item>DYNAMIC</item>
|
||||
</string-array>
|
||||
<string-array name="settings_theme_color_theme_items" translatable="false">
|
||||
<item>@string/settings_theme_color_theme_item_default</item>
|
||||
<item>@string/settings_theme_color_theme_item_dark</item>
|
||||
<item>@string/settings_theme_color_theme_item_light</item>
|
||||
<item>@string/settings_theme_color_theme_item_dynamic</item>
|
||||
</string-array>
|
||||
|
||||
<string name="settings_theme_text_shadow_key" translatable="false">theme.text_shadow</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue