diff options
| author | Piotrek Marciniak | 2022-09-24 13:13:51 +0200 |
|---|---|---|
| committer | GitHub | 2022-09-24 13:13:51 +0200 |
| commit | a365fdc6a36e0b74d3486f7633b7e0bba42f4020 (patch) | |
| tree | acb503e053f06dda1baa69e82ce64d4833b2fdd0 /res/values/arrays.xml | |
| parent | 9fc15650652d47d96120c1f889d32a363e405c8b (diff) | |
| download | unexpected-keyboard-a365fdc6a36e0b74d3486f7633b7e0bba42f4020.tar.gz unexpected-keyboard-a365fdc6a36e0b74d3486f7633b7e0bba42f4020.zip | |
Add white e-ink oriented theme (#193)
* Add white e-ing oriented theme
Co-authored-by: Jules Aguillon <jules@j3s.fr>
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 797147e..d19ad54 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -71,12 +71,14 @@ <item>@string/pref_theme_e_dark</item> <item>@string/pref_theme_e_light</item> <item>@string/pref_theme_e_black</item> + <item>@string/pref_theme_e_white</item> </string-array> <string-array name="pref_theme_values"> <item>system</item> <item>dark</item> <item>light</item> <item>black</item> + <item>white</item> </string-array> <string-array name="pref_swipe_dist_entries"> <item>@string/pref_swipe_dist_e_very_short</item> |
