diff options
author | 2012-03-26 16:04:47 +0900 | |
---|---|---|
committer | 2012-03-26 16:04:47 +0900 | |
commit | 857464400959b518ce1ea1b9021b690bb7738b48 (patch) | |
tree | fc127bb5808393ef5043f0ae24f0cc6694178e4e /java/res/xml-sw768dp | |
parent | 27bb631f4ce142fe6438e139da6ed4b9ff32334d (diff) | |
download | latinime-857464400959b518ce1ea1b9021b690bb7738b48.tar.gz latinime-857464400959b518ce1ea1b9021b690bb7738b48.tar.xz latinime-857464400959b518ce1ea1b9021b690bb7738b48.zip |
Add missing ZWNJ icon for tablets
Follow up to I7238f41c.
Bug: 5456620
Change-Id: I3492b38102ecc5af7fc8cddedff1f0319672e3fe
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/key_styles_common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml index 1774e82c3..f4a1a4ea5 100644 --- a/java/res/xml-sw768dp/key_styles_common.xml +++ b/java/res/xml-sw768dp/key_styles_common.xml @@ -82,6 +82,7 @@ <key-style latin:styleName="zwnjKeyStyle" latin:code="0x200C" + latin:keyIcon="iconZwnjKey" latin:moreKeys="\@icon/zwjKey|‍" latin:keyLabelFlags="hasPopupHint" latin:keyActionFlags="noKeyPreview" /> |