diff options
author | 2013-08-06 05:35:14 +0000 | |
---|---|---|
committer | 2013-08-06 05:35:14 +0000 | |
commit | cc38bfb5d3bc48fae1a789d35441e96fd3d0d63c (patch) | |
tree | 0e40a92efb90be74d49acb6d9ff26608469a8427 /java/res/xml-sw768dp | |
parent | daab5cafd288da696e9e9776eb0da8bd0863dcf7 (diff) | |
parent | b127d882854d81a47473b344a1e5f277866bbf22 (diff) | |
download | latinime-cc38bfb5d3bc48fae1a789d35441e96fd3d0d63c.tar.gz latinime-cc38bfb5d3bc48fae1a789d35441e96fd3d0d63c.tar.xz latinime-cc38bfb5d3bc48fae1a789d35441e96fd3d0d63c.zip |
Merge "Add emoji icon and code as a groundwork"
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/key_styles_common.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml index e69bc3020..7c0a82a71 100644 --- a/java/res/xml-sw768dp/key_styles_common.xml +++ b/java/res/xml-sw768dp/key_styles_common.xml @@ -110,6 +110,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="settingsKeyStyle" latin:code="!code/key_settings" latin:keyIcon="!icon/settings_key" |