Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3829f363 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix mini keyboard style on tablet device

Change-Id: Ib255697c606199e24e631ed886331d981c4dec38
parent acf6b681
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>