diff options
| author | RetrogisusDEV | 2023-11-02 21:07:58 -0400 |
|---|---|---|
| committer | Jules Aguillon | 2023-11-19 11:33:39 +0100 |
| commit | 80c6f97767f9d535287a458c9dd58321542a9432 (patch) | |
| tree | 1308381fc63609cf453fc9802368ba47effe7ca4 /res/values/arrays.xml | |
| parent | b0cf9a52b59f5460f6e90a4966605cd557f684ae (diff) | |
| download | unexpected-keyboard-80c6f97767f9d535287a458c9dd58321542a9432.tar.gz unexpected-keyboard-80c6f97767f9d535287a458c9dd58321542a9432.zip | |
Add Desert and Jungle themes
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 2bbb9b6..42e1738 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -26,6 +26,8 @@ <item>@string/pref_theme_e_altblack</item> <item>@string/pref_theme_e_white</item> <item>@string/pref_theme_e_epaper</item> + <item>@string/pref_theme_e_desert</item> + <item>@string/pref_theme_e_jungle</item> </string-array> <string-array name="pref_theme_values"> <item>system</item> @@ -35,6 +37,8 @@ <item>altblack</item> <item>white</item> <item>epaper</item> + <item>desert</item> + <item>jungle</item> </string-array> <string-array name="pref_swipe_dist_entries"> <item>@string/pref_swipe_dist_e_very_short</item> |
