Merge pull request #13668 from keymanapp/fix/android/banner-sw720

fix(android): Adjust keyboard height for 10" tablet landscape
This commit is contained in:
Darcy Wong 2025-04-04 22:34:33 +07:00 committed by GitHub
commit f53aa690ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!-- Dimens for Landscape (Tablet 10") -->
<resources>
<dimen name="banner_height">60dp</dimen>
<dimen name="keyboard_height">200dp</dimen>
<dimen name="keyboard_height">280dp</dimen>
<dimen name="key_width">98.5dp</dimen>
<dimen name="key_height">98.5dp</dimen>
<dimen name="popup_arrow_width">42dp</dimen>

View file

@ -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.