diff options
| author | Jules Aguillon | 2022-06-06 15:26:07 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 15:33:39 +0200 |
| commit | f6338a652b29767405894ae8f5ea41517767c557 (patch) | |
| tree | 342fdde9c1b0b40e5d1d89d12ddb95c9a0589247 /res/xml | |
| parent | 9a42fa4dca4eea0cca77841d361fe8256597aa55 (diff) | |
| download | unexpected-keyboard-f6338a652b29767405894ae8f5ea41517767c557.tar.gz unexpected-keyboard-f6338a652b29767405894ae8f5ea41517767c557.zip | |
New setting: Keyboard height in landscape mode
The previous fixed value of 55% was too high. The new default value is
50% and it is customizable.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index c6900cd..5d7072c 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -29,6 +29,7 @@ <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="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"/> <juloo.common.IntSlideBarPreference android:key="horizontal_margin" android:title="@string/pref_horizontal_margin_title" android:summary="%sdp" android:defaultValue="3" min="0" max="20"/> <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.IntSlideBarPreference android:key="key_vertical_space" android:title="@string/pref_key_vertical_space" android:summary="%sdp" android:defaultValue="2" min="0" max="8"/> |
