aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/keys_parentheses.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-06 15:11:05 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-07 18:47:45 +0900
commit9684b33b69a62a058c767786ae6a23b809d27385 (patch)
treebc058b0919775dee5158ac576a3e027d6cb21847 /java/res/xml/keys_parentheses.xml
parenta83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (diff)
downloadlatinime-9684b33b69a62a058c767786ae6a23b809d27385.tar.gz
latinime-9684b33b69a62a058c767786ae6a23b809d27385.tar.xz
latinime-9684b33b69a62a058c767786ae6a23b809d27385.zip
Rename Key.keyLabel attribute to KeySpec
Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
Diffstat (limited to 'java/res/xml/keys_parentheses.xml')
-rw-r--r--java/res/xml/keys_parentheses.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/keys_parentheses.xml b/java/res/xml/keys_parentheses.xml
index fe4e5de84..ab33ef561 100644
--- a/java/res/xml/keys_parentheses.xml
+++ b/java/res/xml/keys_parentheses.xml
@@ -22,9 +22,9 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<Key
- latin:keyLabel="(|!code/key_left_parenthesis"
+ latin:keySpec="(|!code/key_left_parenthesis"
latin:moreKeys="!text/more_keys_for_left_parenthesis" />
<Key
- latin:keyLabel=")|!code/key_right_parenthesis"
+ latin:keySpec=")|!code/key_right_parenthesis"
latin:moreKeys="!text/more_keys_for_right_parenthesis" />
</merge>