diff options
author | 2012-03-12 18:21:01 +0900 | |
---|---|---|
committer | 2012-03-12 19:29:58 +0900 | |
commit | 9aa13b58d18cfa53d8fcf11d04859516caf73ae9 (patch) | |
tree | 67ab34bb476b01f4b54beeec0bdc28e011474ed0 /java/res/xml-sw600dp/rows_hebrew.xml | |
parent | fe2dc348e5ec409e75c3eea733528d7acbed8103 (diff) | |
download | latinime-9aa13b58d18cfa53d8fcf11d04859516caf73ae9.tar.gz latinime-9aa13b58d18cfa53d8fcf11d04859516caf73ae9.tar.xz latinime-9aa13b58d18cfa53d8fcf11d04859516caf73ae9.zip |
Tweak 7 inch layout a bit
* For 10-9-7 (qwerty, qwertz), keys' width are 9.0%-9.0%-9.0%
* For 10-10-7 (azerty, hebrew, spanish), keys' width are 8.5%-8.5%-8.5%
* For 11-11-{7,8} (arabic, bulgarian, nordic), keys' width are 7.6%-7.6%-7.6%
* For {11,12}-11-9 (south_slavic, east_slavic), keys' width are 7.6%-7.6%-7.363%
Change-Id: Ife4ce0ac587bd179afcfce0cb5dffb8d82fee4f1
Diffstat (limited to 'java/res/xml-sw600dp/rows_hebrew.xml')
-rw-r--r-- | java/res/xml-sw600dp/rows_hebrew.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/java/res/xml-sw600dp/rows_hebrew.xml b/java/res/xml-sw600dp/rows_hebrew.xml index 519a041c1..a60da3a2b 100644 --- a/java/res/xml-sw600dp/rows_hebrew.xml +++ b/java/res/xml-sw600dp/rows_hebrew.xml @@ -24,7 +24,7 @@ <include latin:keyboardLayout="@xml/key_styles_common" /> <Row - latin:keyWidth="9.0%p" + latin:keyWidth="8.5%p" > <include latin:keyboardLayout="@xml/keys_apostrophe_dash" /> @@ -32,28 +32,28 @@ latin:keyboardLayout="@xml/rowkeys_hebrew1" /> <Key latin:keyStyle="deleteKeyStyle" - latin:keyXPos="-12.000%p" latin:keyWidth="fillBoth" /> </Row> <Row - latin:keyWidth="9.0%p" + latin:keyWidth="8.5%p" > <include latin:keyboardLayout="@xml/rowkeys_hebrew2" latin:keyXPos="4.5%p" /> + <Key + latin:keyStyle="enterKeyStyle" + latin:keyWidth="fillBoth" /> </Row> <Row - latin:keyWidth="8.9%p" + latin:keyWidth="8.5%p" > <include - latin:keyboardLayout="@xml/key_smiley" - latin:keyWidth="10.0%p" /> + latin:keyboardLayout="@xml/rowkeys_hebrew3" + latin:keyXPos="10.0%p" /> <include - latin:keyboardLayout="@xml/rowkeys_hebrew3" /> - <Key - latin:keyStyle="enterKeyStyle" - latin:keyXPos="-10.400%p" - latin:keyWidth="fillBoth" /> + latin:keyboardLayout="@xml/key_smiley" + latin:keyXPos="-8.5%p" + latin:keyWidth="fillRight" /> </Row> <include latin:keyboardLayout="@xml/row_qwerty4" /> |