diff options
author | 2012-05-14 16:29:55 +0900 | |
---|---|---|
committer | 2012-05-14 18:34:52 +0900 | |
commit | 0d1a193d5a4fdd4573eaf40edea5e88e0e85921e (patch) | |
tree | fab85a7736239ef27b0020d5ebc9f4681fe3c0b1 /java/res/xml-sw600dp/row_qwerty4.xml | |
parent | d7889d0fedc1b8aee4964dd5b974f3dc3655df20 (diff) | |
download | latinime-0d1a193d5a4fdd4573eaf40edea5e88e0e85921e.tar.gz latinime-0d1a193d5a4fdd4573eaf40edea5e88e0e85921e.tar.xz latinime-0d1a193d5a4fdd4573eaf40edea5e88e0e85921e.zip |
Slightly wider keys for 7-inch tablet layouts
This change also removes the usage of "fillBoth" keyWidth from 7-inch
tablet layouts.
Bug: 6480505
Change-Id: I9ed58e0b49138fa9e1610c2b008798eedb19dd26
Diffstat (limited to 'java/res/xml-sw600dp/row_qwerty4.xml')
-rw-r--r-- | java/res/xml-sw600dp/row_qwerty4.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/res/xml-sw600dp/row_qwerty4.xml b/java/res/xml-sw600dp/row_qwerty4.xml index 5008696fd..a4ba8a4c3 100644 --- a/java/res/xml-sw600dp/row_qwerty4.xml +++ b/java/res/xml-sw600dp/row_qwerty4.xml @@ -22,22 +22,22 @@ xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > <Row - latin:keyWidth="8.5%p" + latin:keyWidth="9.0%p" > <Key latin:keyStyle="toSymbolKeyStyle" - latin:keyWidth="11.75%p" /> + latin:keyWidth="10.0%p" /> <include latin:keyboardLayout="@xml/keys_f1f2" /> <include - latin:keyXPos="28.75%p" + latin:keyXPos="28.0%p" latin:keyboardLayout="@xml/key_space" /> <include latin:keyboardLayout="@xml/key_apostrophe" /> <include latin:keyboardLayout="@xml/key_dash" /> <include - latin:keyXPos="-8.5%p" + latin:keyXPos="-9.0%p" latin:keyWidth="fillRight" latin:keyboardLayout="@xml/key_shortcut" /> </Row> |