abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorJules Aguillon2025-05-29 17:46:01 +0200
committerJules Aguillon2025-05-30 20:07:26 +0200
commit0445c310ad231bb468126a9f94152e41e6bac9e8 (patch)
tree36a77dd610d8ab4598ae158b4e6b2cf5d0da82e6 /res/xml
parent536b8d1f67feb5d1449b84287ec2a6b2ffa4cb93 (diff)
downloadunexpected-keyboard-0445c310ad231bb468126a9f94152e41e6bac9e8.tar.gz
unexpected-keyboard-0445c310ad231bb468126a9f94152e41e6bac9e8.zip
Settings: Remove the upper limit in keyboard height
This can be used on phones that have several screens.
Diffstat (limited to 'res/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 2e32eb6..0575877 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -40,7 +40,7 @@
<juloo.keyboard2.prefs.IntSlideBarPreference android:key="margin_bottom_landscape_unfolded" android:title="@string/pref_landscape_unfolded" android:summary="%sdp" android:defaultValue="3" min="0" max="100"/>
</PreferenceScreen>
<PreferenceScreen android:title="@string/pref_keyboard_height_title">
- <juloo.keyboard2.prefs.IntSlideBarPreference android:key="keyboard_height" android:title="@string/pref_portrait" android:summary="%s%%" android:defaultValue="35" min="10" max="50"/>
+ <juloo.keyboard2.prefs.IntSlideBarPreference android:key="keyboard_height" android:title="@string/pref_portrait" android:summary="%s%%" android:defaultValue="35" min="10" max="100"/>
<juloo.keyboard2.prefs.IntSlideBarPreference android:key="keyboard_height_landscape" android:title="@string/pref_landscape" android:summary="%s%%" android:defaultValue="50" min="20" max="65"/>
<juloo.keyboard2.prefs.IntSlideBarPreference android:key="keyboard_height_unfolded" android:title="@string/pref_portrait_unfolded" android:summary="%s%%" android:defaultValue="35" min="10" max="50"/>
<juloo.keyboard2.prefs.IntSlideBarPreference android:key="keyboard_height_landscape_unfolded" android:title="@string/pref_landscape_unfolded" android:summary="%s%%" android:defaultValue="50" min="20" max="65"/>