aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-15 11:37:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-15 11:37:53 -0700
commita72b809892e62340900f51391e8a6b29e8b2ab19 (patch)
tree5b31e2dd8d259323fed02dd79e56d172ca9707fd /java/res
parent46b0c9555bde9158962565a63334e01acbe92fc1 (diff)
parent30236efee1bdac32d2c5b5c2875191a05e690865 (diff)
downloadlatinime-a72b809892e62340900f51391e8a6b29e8b2ab19.tar.gz
latinime-a72b809892e62340900f51391e8a6b29e8b2ab19.tar.xz
latinime-a72b809892e62340900f51391e8a6b29e8b2ab19.zip
am 30236efe: Remove "fillBoth" enum value from keyWidth attribute of Key
* commit '30236efee1bdac32d2c5b5c2875191a05e690865': Remove "fillBoth" enum value from keyWidth attribute of Key
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/attrs.xml6
-rw-r--r--java/res/xml/rows_georgian.xml2
-rw-r--r--java/res/xml/rows_qwerty.xml2
-rw-r--r--java/res/xml/rows_spanish.xml2
4 files changed, 4 insertions, 8 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 4bf5414a1..7cad3f507 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -308,14 +308,10 @@
<attr name="visualInsetsRight" format="dimension|fraction" />
<!-- Width of the key, in pixels or percentage of display width.
If the value is fillRight, the actual key width will be determined to fill out the area
- up to the right edge of the keyboard.
- If the value is fillBoth, the actual key width will be determined to fill out the
- area between the nearest key on the left hand side and the right edge of the keyboard.
- -->
+ up to the right edge of the keyboard. -->
<!-- This should be aligned with KeyboardBuilder.Row.KEYWIDTH_* -->
<attr name="keyWidth" format="dimension|fraction|enum">
<enum name="fillRight" value="-1" />
- <enum name="fillBoth" value="-2" />
</attr>
<!-- The X-coordinate of upper right corner of this key including horizontal gap.
If the value is negative, the origin is the right edge of the keyboard. -->
diff --git a/java/res/xml/rows_georgian.xml b/java/res/xml/rows_georgian.xml
index 9bddfc785..8c81dd007 100644
--- a/java/res/xml/rows_georgian.xml
+++ b/java/res/xml/rows_georgian.xml
@@ -47,7 +47,7 @@
latin:keyboardLayout="@xml/rowkeys_georgian3" />
<Key
latin:keyStyle="deleteKeyStyle"
- latin:keyWidth="fillBoth"
+ latin:keyWidth="fillRight"
latin:visualInsetsLeft="1%p" />
</Row>
<include
diff --git a/java/res/xml/rows_qwerty.xml b/java/res/xml/rows_qwerty.xml
index 716d10642..cdd420361 100644
--- a/java/res/xml/rows_qwerty.xml
+++ b/java/res/xml/rows_qwerty.xml
@@ -47,7 +47,7 @@
latin:keyboardLayout="@xml/rowkeys_qwerty3" />
<Key
latin:keyStyle="deleteKeyStyle"
- latin:keyWidth="fillBoth"
+ latin:keyWidth="fillRight"
latin:visualInsetsLeft="1%p" />
</Row>
<include
diff --git a/java/res/xml/rows_spanish.xml b/java/res/xml/rows_spanish.xml
index b311297dd..ecda4a4a6 100644
--- a/java/res/xml/rows_spanish.xml
+++ b/java/res/xml/rows_spanish.xml
@@ -46,7 +46,7 @@
latin:keyboardLayout="@xml/rowkeys_qwerty3" />
<Key
latin:keyStyle="deleteKeyStyle"
- latin:keyWidth="fillBoth"
+ latin:keyWidth="fillRight"
latin:visualInsetsLeft="1%p" />
</Row>
<include