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/values/strings.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/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d223d71..741a9e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -28,6 +28,7 @@ <string name="pref_category_style">Style</string> <string name="pref_margin_bottom_title">Margin bottom</string> <string name="pref_keyboard_height_title">Keyboard height</string> + <string name="pref_keyboard_height_landscape_title">Keyboard height in landscape mode</string> <string name="pref_horizontal_margin_title">Horizontal margin</string> <string name="pref_character_size_title">Label size</string> <string name="pref_character_size_summary">Size of characters displayed on the keyboard (%.2fx)</string> |
