mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-25 11:22:20 +00:00
remove setting for keyboard resizing (100% / default height is the same as disabling)
This commit is contained in:
parent
f37420c4a8
commit
b17ab1a3a3
45 changed files with 4 additions and 118 deletions
|
@ -76,17 +76,6 @@
|
|||
android:key="pref_key_preview_dismiss_duration"
|
||||
android:title="@string/prefs_key_popup_dismiss_duration_settings"
|
||||
latin:maxValue="100" /> <!-- milliseconds -->
|
||||
<SwitchPreferenceCompat
|
||||
android:key="pref_resize_keyboard"
|
||||
android:title="@string/prefs_resize_keyboard"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
<org.dslul.openboard.inputmethod.latin.settings.SeekBarDialogPreference
|
||||
android:dependency="pref_resize_keyboard"
|
||||
android:key="pref_keyboard_height_scale"
|
||||
android:title="@string/prefs_keyboard_height_scale"
|
||||
latin:minValue="50"
|
||||
latin:maxValue="120" /> <!-- percentage -->
|
||||
<SwitchPreferenceCompat
|
||||
android:key="pref_key_dump_dictionaries"
|
||||
android:title="@string/prefs_dump_dynamic_dicts">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue