abouttreesummaryrefslogcommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-02-13 15:58:30 +0100
committerJules Aguillon2022-02-13 15:58:30 +0100
commitc05fdea76554a8e95a8c63f5bb72ca9e0003a382 (patch)
tree059e544418dcf68c137bbb432e33b96866245e74 /res/values/strings.xml
parent4e98ab7515e58a1166acb36dc852166e3876fa56 (diff)
downloadunexpected-keyboard-c05fdea76554a8e95a8c63f5bb72ca9e0003a382.tar.gz
unexpected-keyboard-c05fdea76554a8e95a8c63f5bb72ca9e0003a382.zip
Define the height of the keyboard relative to the screen size
Depending on the pixel density isn't ideal for a keyboard, which would render differently depending on the "scaling" accessibility option. Landscape mode needs a special values. At the same time, increase the horizontal margin when landscape.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 46754d7..3d68d1f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,7 +23,7 @@
<string name="pref_precise_repeat_summary">Modulate key repeat speed by swiping more or less</string>
<string name="pref_category_style">Style</string>
<string name="pref_margin_bottom_title">Margin bottom</string>
- <string name="pref_key_height_title">Key height</string>
+ <string name="pref_keyboard_height_title">Keyboard height</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>