diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 | ||||
| -rw-r--r-- | res/values/strings.xml | 1 | ||||
| -rw-r--r-- | res/values/themes.xml | 19 |
3 files changed, 22 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> diff --git a/res/values/strings.xml b/res/values/strings.xml index 0e1850a..cae1a9a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -52,6 +52,7 @@ <string name="pref_theme_e_light">Light</string> <string name="pref_theme_e_black">Black</string> <string name="pref_theme_e_white">White</string> + <string name="pref_theme_e_epaper">ePaper</string> <string name="pref_swipe_dist_e_very_short">Very short</string> <string name="pref_swipe_dist_e_short">Short</string> <string name="pref_swipe_dist_e_default">Normal</string> diff --git a/res/values/themes.xml b/res/values/themes.xml index 7a78f1d..d5bf21c 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -115,4 +115,23 @@ <item name="emoji_button_bg">#ffffff</item> <item name="emoji_color">#000000</item> </style> + <style name="ePaper" parent="BaseTheme"> + <item name="android:isLightTheme">true</item> + <item name="colorKeyboard">#ffffff</item> + <item name="colorKey">#ffffff</item> + <item name="keyBorderWidth">2dp</item> + <item name="keyBorderWidthActivated">5dp</item> + <item name="keyBorderColorLeft">#000000</item> + <item name="keyBorderColorTop">#000000</item> + <item name="keyBorderColorRight">#000000</item> + <item name="keyBorderColorBottom">#000000</item> + <item name="colorKeyActivated">#ffffff</item> + <item name="colorLabel">#000000</item> + <item name="colorLabelActivated">#000000</item> + <item name="colorLabelLocked">#33cc33</item> + <item name="colorSubLabel">#333333</item> + <item name="secondaryLightOffset">+0.35</item> + <item name="emoji_button_bg">#ffffff</item> + <item name="emoji_color">#000000</item> + </style> </resources> |
