mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
fix(android): Adjust keyboard and banner height for 7" tablet
This commit is contained in:
parent
3d127f0f7d
commit
8cc35dfdf3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Dimens for Landscape (Tablet 7") -->
|
||||
<resources>
|
||||
<dimen name="banner_height">50dp</dimen>
|
||||
<dimen name="keyboard_height">140dp</dimen>
|
||||
<dimen name="banner_height">45dp</dimen>
|
||||
<dimen name="keyboard_height">200dp</dimen>
|
||||
<dimen name="key_width">73.5dp</dimen>
|
||||
<dimen name="key_height">58.5dp</dimen>
|
||||
<dimen name="popup_arrow_width">32dp</dimen>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,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) | 270 | 140 |
|
||||
| 7" tablet | 305 | 140 |
|
||||
| 7" tablet | 305 | 200 |
|
||||
| 10" tablet | 405 | 200 |
|
||||
|
||||
**Note:** This new keyboard height would be applied for all platforms, so an
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue