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/rows_pcqwerty.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/rows_pcqwerty.xml')
-rw-r--r-- | java/res/xml-sw600dp/rows_pcqwerty.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/rows_pcqwerty.xml b/java/res/xml-sw600dp/rows_pcqwerty.xml index 0c74114fd..fa6080a19 100644 --- a/java/res/xml-sw600dp/rows_pcqwerty.xml +++ b/java/res/xml-sw600dp/rows_pcqwerty.xml @@ -30,7 +30,7 @@ latin:keyboardLayout="@xml/rowkeys_pcqwerty1" /> <Key latin:keyStyle="deleteKeyStyle" - latin:keyWidth="fillBoth" /> + latin:keyWidth="fillRight" /> </Row> <Row latin:keyWidth="7.0%p" @@ -52,7 +52,7 @@ latin:keyboardLayout="@xml/rowkeys_pcqwerty3" /> <Key latin:keyStyle="enterKeyStyle" - latin:keyWidth="fillBoth" /> + latin:keyWidth="fillRight" /> </Row> <Row latin:keyWidth="7.0%p" |