aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw768dp
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-03-25 23:46:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-25 23:46:29 -0700
commit27bb631f4ce142fe6438e139da6ed4b9ff32334d (patch)
tree57269300ae18352a2087b9b3843eca233584ac13 /java/res/xml-sw768dp
parent99eb2d3404fcc4a392f7827b4e5379a0e0d6f062 (diff)
parent39390d3f948fecc68d6c9a107bb372e62e55ce0d (diff)
downloadlatinime-27bb631f4ce142fe6438e139da6ed4b9ff32334d.tar.gz
latinime-27bb631f4ce142fe6438e139da6ed4b9ff32334d.tar.xz
latinime-27bb631f4ce142fe6438e139da6ed4b9ff32334d.zip
Merge "Add ZWNJ and ZWJ icons"
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r--java/res/xml-sw768dp/key_styles_common.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml
index fade151ed..1774e82c3 100644
--- a/java/res/xml-sw768dp/key_styles_common.xml
+++ b/java/res/xml-sw768dp/key_styles_common.xml
@@ -77,11 +77,14 @@
latin:styleName="spaceKeyStyle"
latin:code="@integer/key_space"
latin:keyActionFlags="noKeyPreview" />
+ <!-- U+200C: ZERO WIDTH NON-JOINER
+ U+200D: ZERO WIDTH JOINER -->
<key-style
latin:styleName="zwnjKeyStyle"
- latin:keyLabel="&#x200C;"
- latin:moreKeys="&#x200D;"
- latin:keyLabelFlags="hasPopupHint" />
+ latin:code="0x200C"
+ latin:moreKeys="\@icon/zwjKey|&#x200D;"
+ latin:keyLabelFlags="hasPopupHint"
+ latin:keyActionFlags="noKeyPreview" />
<key-style
latin:styleName="smileyKeyStyle"
latin:keyLabel=":-)"