From 3bd69f182e4be97879808e676bba910987e63bcf Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Fri, 4 Apr 2025 08:36:05 +0700 Subject: [PATCH] fix(android): Adjust keyboard height for 10" tablet landscape --- android/KMEA/app/src/main/res/values-sw720dp-land/dimens.xml | 2 +- android/docs/engine/KMManager/applyKeyboardHeight.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/KMEA/app/src/main/res/values-sw720dp-land/dimens.xml b/android/KMEA/app/src/main/res/values-sw720dp-land/dimens.xml index 3944826815..330e70de71 100644 --- a/android/KMEA/app/src/main/res/values-sw720dp-land/dimens.xml +++ b/android/KMEA/app/src/main/res/values-sw720dp-land/dimens.xml @@ -2,7 +2,7 @@ 60dp - 200dp + 280dp 98.5dp 98.5dp 42dp diff --git a/android/docs/engine/KMManager/applyKeyboardHeight.md b/android/docs/engine/KMManager/applyKeyboardHeight.md index ba264502f6..146f0d257b 100644 --- a/android/docs/engine/KMManager/applyKeyboardHeight.md +++ b/android/docs/engine/KMManager/applyKeyboardHeight.md @@ -41,7 +41,7 @@ For reference, here's a table of the default Keyman keyboard heights for various | High Density handset (240dpi) | 170 | 100 | | Extra High Density handset (320dpi) | 270 | 140 | | 7" tablet | 305 | 200 | -| 10" tablet | 405 | 200 | +| 10" tablet | 405 | 280 | **Note:** This new keyboard height would be applied for all platforms, so an adjusted keyboard height for a phone would appear too small for a tablet.