diff options
author | 2013-08-05 18:21:55 +0900 | |
---|---|---|
committer | 2013-08-06 14:16:15 +0900 | |
commit | b127d882854d81a47473b344a1e5f277866bbf22 (patch) | |
tree | 0cde5db888de7201008dfe57eab0a988ef480818 /java/res/xml/key_styles_common.xml | |
parent | 202397598856d924c02c8f963425f224a2d9547f (diff) | |
download | latinime-b127d882854d81a47473b344a1e5f277866bbf22.tar.gz latinime-b127d882854d81a47473b344a1e5f277866bbf22.tar.xz latinime-b127d882854d81a47473b344a1e5f277866bbf22.zip |
Add emoji icon and code as a groundwork
The emoji switching key icon asset should be updated. The icons in
this change are just borrowed from Hangout.
Bug: 10179862
Bug: 6370846
Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index 6590d0a4c..355455e3b 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -126,6 +126,11 @@ latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress" latin:altCode="!code/key_space" /> <key-style + latin:styleName="emojiKeyStyle" + latin:code="!code/key_emoji" + latin:keyIcon="!icon/emoji_key" + latin:keyActionFlags="noKeyPreview" /> + <key-style latin:styleName="tabKeyStyle" latin:code="!code/key_tab" latin:keyIcon="!icon/tab_key" |