abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorJules Aguillon2022-11-11 19:47:37 +0100
committerJules Aguillon2022-11-11 19:47:37 +0100
commit815e30a505eb6766e29d85c2e1a5d8f4da9c83d3 (patch)
tree415978b27fc48e109b005ba01ca7324b46c2bcc3 /res/xml
parent4d99bd4f4b049d27a02f794b395aac3c56ff7fee (diff)
downloadunexpected-keyboard-815e30a505eb6766e29d85c2e1a5d8f4da9c83d3.tar.gz
unexpected-keyboard-815e30a505eb6766e29d85c2e1a5d8f4da9c83d3.zip
Add option for brightness of labels
The brightness value is used as the alpha value when drawing the labels.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 046b23f..4920d6c 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -41,6 +41,7 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_style">
<ListPreference android:key="theme" android:title="@string/pref_theme" android:summary="%s" android:defaultValue="system" android:entries="@array/pref_theme_entries" android:entryValues="@array/pref_theme_values"/>
+ <juloo.common.IntSlideBarPreference android:key="label_brightness" android:title="@string/pref_label_brightness" android:summary="%s%%" android:defaultValue="100" min="50" max="100"/>
<juloo.common.IntSlideBarPreference android:key="margin_bottom" android:title="@string/pref_margin_bottom_title" android:summary="%sdp" android:defaultValue="5" min="0" max="100"/>
<juloo.common.IntSlideBarPreference android:key="keyboard_height" android:title="@string/pref_keyboard_height_title" android:summary="%s%%" android:defaultValue="35" min="25" max="50"/>
<juloo.common.IntSlideBarPreference android:key="keyboard_height_landscape" android:title="@string/pref_keyboard_height_landscape_title" android:summary="%s%%" android:defaultValue="50" min="35" max="65"/>