am 3829f363
: Fix mini keyboard style on tablet device
* commit '3829f363dde72de570070020d7f2d1bace6b65e5': Fix mini keyboard style on tablet device
This commit is contained in:
commit
eeba16cec9
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