diff options
| author | Jules Aguillon | 2022-02-13 15:58:30 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-13 15:58:30 +0100 |
| commit | c05fdea76554a8e95a8c63f5bb72ca9e0003a382 (patch) | |
| tree | 059e544418dcf68c137bbb432e33b96866245e74 /res/values-lv/strings.xml | |
| parent | 4e98ab7515e58a1166acb36dc852166e3876fa56 (diff) | |
| download | unexpected-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-lv/strings.xml')
| -rw-r--r-- | res/values-lv/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index 48fccda..0e1c5cd 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -23,7 +23,7 @@ <string name="pref_precise_repeat_summary">Mainīt taustiņa atkārtošanās ātrumu ar pavilkšanas attālumu</string> <string name="pref_category_style">Izskata pielāgojumi</string> <string name="pref_margin_bottom_title">Apakšējā apmale</string> - <string name="pref_key_height_title">Taustiņa augstums</string> + <string name="pref_keyboard_height_title">Tastatūras augstums</string> <string name="pref_horizontal_margin_title">Līmeniskā apmale</string> <string name="pref_character_size_title">Iezīmes izmērs</string> <string name="pref_character_size_summary">Tastatūrā attēloto rakstzīmju izmērs (%.2fx)</string> |
