Fix mini keyboard style on tablet device
Change-Id: Ib255697c606199e24e631ed886331d981c4dec38
This commit is contained in:
parent
acf6b6815a
commit
3829f363dd
4 changed files with 4 additions and 0 deletions
|
@ -21,5 +21,6 @@
|
|||
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:keyWidth="5%p"
|
||||
latin:rowHeight="@dimen/popup_key_height"
|
||||
style="?attr/miniKeyboardStyle"
|
||||
>
|
||||
</Keyboard>
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:keyWidth="8%p"
|
||||
latin:rowHeight="@dimen/popup_key_height"
|
||||
style="?attr/miniKeyboardStyle"
|
||||
>
|
||||
</Keyboard>
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:keyWidth="3.5%p"
|
||||
latin:rowHeight="@dimen/popup_key_height"
|
||||
style="?attr/miniKeyboardStyle"
|
||||
>
|
||||
</Keyboard>
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
<Keyboard xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:keyWidth="5.0%p"
|
||||
latin:rowHeight="@dimen/popup_key_height"
|
||||
style="?attr/miniKeyboardStyle"
|
||||
>
|
||||
</Keyboard>
|
||||
|
|
Loading…
Reference in a new issue