diff options
| author | Jules Aguillon | 2021-12-05 21:00:38 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-05 21:00:38 +0100 |
| commit | cca832954e36365f4b6e170c7a589b87da6bece9 (patch) | |
| tree | 48a4054129516f295e3702cdab3f8f47e4a09426 /res/xml | |
| parent | 0727ea38e9d4e964d19d32c13fae1a2b23015bca (diff) | |
| download | unexpected-keyboard-cca832954e36365f4b6e170c7a589b87da6bece9.tar.gz unexpected-keyboard-cca832954e36365f4b6e170c7a589b87da6bece9.zip | |
Increase the maximum value of the key height option
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 2366d4e..a581896 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -80,7 +80,7 @@ android:summary="@string/pref_key_height_summary" android:defaultValue="50" min="30" - max="60" + max="90" /> <juloo.common.IntSlideBarPreference android:key="horizontal_margin" |
