aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp/rows_nordic.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-14 16:29:55 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-05-14 18:34:52 +0900
commit0d1a193d5a4fdd4573eaf40edea5e88e0e85921e (patch)
treefab85a7736239ef27b0020d5ebc9f4681fe3c0b1 /java/res/xml-sw600dp/rows_nordic.xml
parentd7889d0fedc1b8aee4964dd5b974f3dc3655df20 (diff)
downloadlatinime-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_nordic.xml')
-rw-r--r--java/res/xml-sw600dp/rows_nordic.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/res/xml-sw600dp/rows_nordic.xml b/java/res/xml-sw600dp/rows_nordic.xml
index 93373b637..43144030f 100644
--- a/java/res/xml-sw600dp/rows_nordic.xml
+++ b/java/res/xml-sw600dp/rows_nordic.xml
@@ -24,39 +24,39 @@
<include
latin:keyboardLayout="@xml/key_styles_common" />
<Row
- latin:keyWidth="7.727%p"
+ latin:keyWidth="8.182%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_nordic1"
latin:keyLabelFlags="disableAdditionalMoreKeys|disableKeyHintLabel" />
<Key
latin:keyStyle="deleteKeyStyle"
- latin:keyWidth="fillBoth" />
+ latin:keyWidth="fillRight" />
</Row>
<Row
- latin:keyWidth="7.727%p"
+ latin:keyWidth="8.182%p"
>
<include
latin:keyboardLayout="@xml/rowkeys_nordic2" />
<Key
latin:keyStyle="enterKeyStyle"
- latin:keyWidth="fillBoth" />
+ latin:keyWidth="fillRight" />
</Row>
<Row
- latin:keyWidth="7.727%p"
+ latin:keyWidth="8.182%p"
>
<Key
latin:keyStyle="shiftKeyStyle"
- latin:keyWidth="11.75%p" />
+ latin:keyWidth="10.0%p" />
<Spacer
- latin:keyWidth="3.479%p" />
+ latin:keyWidth="3.181%p" />
<include
latin:keyboardLayout="@xml/rowkeys_qwerty3" />
<include
latin:keyboardLayout="@xml/keys_comma_period" />
<Key
latin:keyStyle="shiftKeyStyle"
- latin:keyXPos="-11.75%p"
+ latin:keyXPos="-10.0%p"
latin:keyWidth="fillRight" />
</Row>
<include