diff options
author | 2011-05-27 18:43:28 -0700 | |
---|---|---|
committer | 2011-05-27 18:43:28 -0700 | |
commit | 6ca8675ab4a2f1bf876f27e5ac8d3ea75ecf6166 (patch) | |
tree | 786bf8c17d5d8cbd86615af31712f3421a216c9b /java/res/xml-iw | |
parent | d0a88868ca96e466b53efd0154d36f0a8bf91bf4 (diff) | |
parent | 6b38a5fd4c7697c962bff9f3964f20e00c470b1b (diff) | |
download | latinime-6ca8675ab4a2f1bf876f27e5ac8d3ea75ecf6166.tar.gz latinime-6ca8675ab4a2f1bf876f27e5ac8d3ea75ecf6166.tar.xz latinime-6ca8675ab4a2f1bf876f27e5ac8d3ea75ecf6166.zip |
am 6b38a5fd: Adaptive keyboard width/position parser (DO NOT MERGE)
* commit '6b38a5fd4c7697c962bff9f3964f20e00c470b1b':
Adaptive keyboard width/position parser (DO NOT MERGE)
Diffstat (limited to 'java/res/xml-iw')
-rw-r--r-- | java/res/xml-iw/kbd_qwerty.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/xml-iw/kbd_qwerty.xml b/java/res/xml-iw/kbd_qwerty.xml index 98bfd7e0b..6c2504e65 100644 --- a/java/res/xml-iw/kbd_qwerty.xml +++ b/java/res/xml-iw/kbd_qwerty.xml @@ -35,7 +35,7 @@ latin:rowEdgeFlags="top" > <Spacer - latin:horizontalGap="5%p" /> + latin:keyWidth="5%p" /> <Key latin:keyLabel="ק" latin:keyEdgeFlags="left" /> @@ -54,7 +54,7 @@ <Key latin:keyLabel="פ" /> <Spacer - latin:horizontalGap="1.25%p" /> + latin:keyWidth="1.25%p" /> <Key latin:keyStyle="deleteKeyStyle" latin:keyWidth="13.75%p" @@ -86,7 +86,7 @@ </Row> <Row> <Spacer - latin:horizontalGap="5%p" /> + latin:keyWidth="5%p" /> <Key latin:keyLabel="ז" latin:keyEdgeFlags="left" /> |