Merge pull request #13655 from keymanapp/fix/android/banner-xhdpi

fix(android): adjust keyboard and banner height for xhdpi portrait
This commit is contained in:
Darcy Wong 2025-04-04 22:34:01 +07:00 committed by GitHub
commit 7488b2902f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Dimens for xhdpi Portrait (Phone) -->
<resources>
<dimen name="banner_height">50dp</dimen>
<dimen name="keyboard_height">270dp</dimen>
</resources>

View file

@ -39,7 +39,7 @@ For reference, here's a table of the default Keyman keyboard heights for various
|-------------------------------|---------------------------------|----------------------------------|
| Default handset (160dpi) | 205 | 120 |
| High Density handset (240dpi) | 170 | 100 |
| Extra High Density handset (320dpi) | | 140 |
| Extra High Density handset (320dpi) | 270 | 140 |
| 7" tablet | 305 | 140 |
| 10" tablet | 405 | 200 |