abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorJules Aguillon2023-05-12 21:37:43 +0200
committerJules Aguillon2023-05-12 21:37:43 +0200
commit649aea8c799898821a10bb6648912fdd6b34e974 (patch)
tree520a4b45b5818a21ab72cb97b404c8873728b02d /res/xml/settings.xml
parent68104e8856b89c1523dd68b1c5e31f370cf6a2f6 (diff)
downloadunexpected-keyboard-649aea8c799898821a10bb6648912fdd6b34e974.tar.gz
unexpected-keyboard-649aea8c799898821a10bb6648912fdd6b34e974.zip
Increase the range of the "label size" option
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index a67c269..fafc174 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -75,7 +75,7 @@
<juloo.common.IntSlideBarPreference android:key="horizontal_margin_portrait" android:title="@string/pref_portrait" android:summary="%sdp" android:defaultValue="3" min="0" max="30"/>
<juloo.common.IntSlideBarPreference android:key="horizontal_margin_landscape" android:title="@string/pref_landscape" android:summary="%sdp" android:defaultValue="28" min="0" max="200"/>
</PreferenceScreen>
- <juloo.common.SlideBarPreference android:key="character_size" android:title="@string/pref_character_size_title" android:summary="@string/pref_character_size_summary" android:defaultValue="1.0" min="0.8" max="1.2"/>
+ <juloo.common.SlideBarPreference android:key="character_size" android:title="@string/pref_character_size_title" android:summary="@string/pref_character_size_summary" android:defaultValue="1.0" min="0.75" max="1.5"/>
<juloo.common.IntSlideBarPreference android:key="key_vertical_space" android:title="@string/pref_key_vertical_space" android:summary="%sdp" android:defaultValue="2" min="0" max="8"/>
<juloo.common.IntSlideBarPreference android:key="key_horizontal_space" android:title="@string/pref_key_horizontal_space" android:summary="%sdp" android:defaultValue="2" min="0" max="8"/>
</PreferenceCategory>