diff options
author | 2012-05-01 12:35:17 +0900 | |
---|---|---|
committer | 2012-05-10 15:26:55 +0900 | |
commit | 5fc2c22d43ab7728f46240dcc54aed3f490c1fa1 (patch) | |
tree | b543170fded5ca9ac0641448395e7b54297b04a0 /java/res/xml-sw600dp/row_qwerty4.xml | |
parent | bced82709ad262d59ec523439ea7b22b18c5335b (diff) | |
download | latinime-5fc2c22d43ab7728f46240dcc54aed3f490c1fa1.tar.gz latinime-5fc2c22d43ab7728f46240dcc54aed3f490c1fa1.tar.xz latinime-5fc2c22d43ab7728f46240dcc54aed3f490c1fa1.zip |
Tidy up 10-9-7 7-inch tablet layouts
* Slightly smaller key width and larger shift key and space key.
* Both left and right shift key has the same width.
* Move the 2nd-row slight right.
Bug: 6422448
Change-Id: If27028eaac20c503c352ba35dd156befc53918c7
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 a41dc6480..5008696fd 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.9%p" + latin:keyWidth="8.5%p" > <Key latin:keyStyle="toSymbolKeyStyle" - latin:keyWidth="13.0%p" /> + latin:keyWidth="11.75%p" /> <include latin:keyboardLayout="@xml/keys_f1f2" /> <include - latin:keyXPos="30.750%p" + latin:keyXPos="28.75%p" latin:keyboardLayout="@xml/key_space" /> <include latin:keyboardLayout="@xml/key_apostrophe" /> <include latin:keyboardLayout="@xml/key_dash" /> <include - latin:keyXPos="-10.00%p" + latin:keyXPos="-8.5%p" latin:keyWidth="fillRight" latin:keyboardLayout="@xml/key_shortcut" /> </Row> |