diff options
| author | Jules Aguillon | 2023-01-15 19:37:03 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-01-15 19:37:03 +0100 |
| commit | 046416389af577844665ddca30adad3798a74e29 (patch) | |
| tree | 730cf744eea74e1f618f11c7fcec33c782c0bad4 /res/xml | |
| parent | fd0f0d54766de6c5621e5a09e192f75f3c05782c (diff) | |
| download | unexpected-keyboard-046416389af577844665ddca30adad3798a74e29.tar.gz unexpected-keyboard-046416389af577844665ddca30adad3798a74e29.zip | |
Present the "keyboard height" option similarly to the margin options
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index b48ec84..dac5df2 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -61,8 +61,10 @@ <juloo.common.IntSlideBarPreference android:key="margin_bottom_portrait" android:title="@string/pref_portrait" android:summary="%sdp" android:defaultValue="7" min="0" max="100"/> <juloo.common.IntSlideBarPreference android:key="margin_bottom_landscape" android:title="@string/pref_landscape" android:summary="%sdp" android:defaultValue="3" min="0" max="100"/> </PreferenceScreen> - <juloo.common.IntSlideBarPreference android:key="keyboard_height" android:title="@string/pref_keyboard_height_title" android:summary="%s%%" android:defaultValue="35" min="10" 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="20" max="65"/> + <PreferenceScreen android:title="@string/pref_keyboard_height_title"> + <juloo.common.IntSlideBarPreference android:key="keyboard_height" android:title="@string/pref_portrait" android:summary="%s%%" android:defaultValue="35" min="10" max="50"/> + <juloo.common.IntSlideBarPreference android:key="keyboard_height_landscape" android:title="@string/pref_landscape" android:summary="%s%%" android:defaultValue="50" min="20" max="65"/> + </PreferenceScreen> <PreferenceScreen android:title="@string/pref_horizontal_margin_title"> <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"/> |
