aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/keys_square_brackets.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-06 11:34:12 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-07 18:47:22 +0900
commita83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (patch)
tree916bc97d73c42e47b357c2a92e67ae2324c0b5d8 /java/res/xml/keys_square_brackets.xml
parentd6f147e14293d717e94ae30f1f33750adec6b9c5 (diff)
downloadlatinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.tar.gz
latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.tar.xz
latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.zip
Consolidate keyIcon and code with keyLabel attribute
Change-Id: I75fbd348fab5022606ca14552eb03b15af6684c8
Diffstat (limited to 'java/res/xml/keys_square_brackets.xml')
-rw-r--r--java/res/xml/keys_square_brackets.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/res/xml/keys_square_brackets.xml b/java/res/xml/keys_square_brackets.xml
index 5c128fd0c..a9cf6a6db 100644
--- a/java/res/xml/keys_square_brackets.xml
+++ b/java/res/xml/keys_square_brackets.xml
@@ -22,9 +22,7 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<Key
- latin:keyLabel="["
- latin:code="!code/key_left_square_bracket" />
+ latin:keyLabel="[|!code/key_left_square_bracket" />
<Key
- latin:keyLabel="]"
- latin:code="!code/key_right_square_bracket" />
+ latin:keyLabel="]|!code/key_right_square_bracket" />
</merge>