From c05fdea76554a8e95a8c63f5bb72ca9e0003a382 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 13 Feb 2022 15:58:30 +0100
Subject: 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.
---
res/values/dimens.xml | 1 +
res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
(limited to 'res/values')
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index fce808b..59dbfef 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -12,4 +12,5 @@
56dp
250dp
28dp
+ 20dp
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 @@
Modulate key repeat speed by swiping more or less
Style
Margin bottom
- Key height
+ Keyboard height
Horizontal margin
Label size
Size of characters displayed on the keyboard (%.2fx)
--
cgit v1.2.3