mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-24 09:17:42 +00:00
Merge pull request #13668 from keymanapp/fix/android/banner-sw720
fix(android): Adjust keyboard height for 10" tablet landscape
This commit is contained in:
commit
f53aa690ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue