diff options
| author | Ram Kromberg | 2023-01-31 21:11:36 +0200 |
|---|---|---|
| committer | GitHub | 2023-01-31 20:11:36 +0100 |
| commit | 0fe27ef4868bbece78303e734b17f682514db546 (patch) | |
| tree | 8e778cfcb86d0a41f484a073af10cb656684d5b3 /res/values/arrays.xml | |
| parent | 51ce2ccdf1937ccab56a3095b0bf29756b9a67ec (diff) | |
| download | unexpected-keyboard-0fe27ef4868bbece78303e734b17f682514db546.tar.gz unexpected-keyboard-0fe27ef4868bbece78303e734b17f682514db546.zip | |
Add theme 'ePaper' (#287)
* Add theme 'ePaper'
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 60a956b..2335487 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -98,6 +98,7 @@ <item>@string/pref_theme_e_light</item> <item>@string/pref_theme_e_black</item> <item>@string/pref_theme_e_white</item> + <item>@string/pref_theme_e_epaper</item> </string-array> <string-array name="pref_theme_values"> <item>system</item> @@ -105,6 +106,7 @@ <item>light</item> <item>black</item> <item>white</item> + <item>epaper</item> </string-array> <string-array name="pref_swipe_dist_entries"> <item>@string/pref_swipe_dist_e_very_short</item> |
