mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
fix(android): Make banner smaller
Following review suggestion for banner not to be more than 1/4 of the main keyboard body.
This commit is contained in:
parent
9a4bc0c049
commit
6547458a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Dimens for Landscape (Extra-high-density ~320dpi) -->
|
||||
<resources>
|
||||
<dimen name="banner_height">50dp</dimen>
|
||||
<dimen name="banner_height">30dp</dimen>
|
||||
<dimen name="keyboard_height">140dp</dimen>
|
||||
<dimen name="key_width">83.5dp</dimen>
|
||||
<dimen name="key_height">78.5dp</dimen>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue