diff options
author | 2013-08-28 09:17:38 +0900 | |
---|---|---|
committer | 2013-08-29 19:48:34 +0900 | |
commit | d7791a93b0dee268a9e97f06fe5abcf6082e0ed1 (patch) | |
tree | 0ba3d4a87d248786ffbf378afec58ba1e150a02f /java/res/xml-sw600dp | |
parent | b384cb28a14fe97533d5ac96b6fc319da50b1d10 (diff) | |
download | latinime-d7791a93b0dee268a9e97f06fe5abcf6082e0ed1.tar.gz latinime-d7791a93b0dee268a9e97f06fe5abcf6082e0ed1.tar.xz latinime-d7791a93b0dee268a9e97f06fe5abcf6082e0ed1.zip |
Support Emoji keyboard
Bug: 6370846
Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_f2.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/key_f2.xml b/java/res/xml-sw600dp/key_f2.xml index ca3b30b54..56f233da9 100644 --- a/java/res/xml-sw600dp/key_f2.xml +++ b/java/res/xml-sw600dp/key_f2.xml @@ -39,7 +39,7 @@ </case> <default> <Key - latin:keyStyle="smileyKeyStyle" /> + latin:keyStyle="emojiKeyStyle" /> </default> </switch> </merge> diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index fc9342b91..3b20281be 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -123,7 +123,8 @@ latin:styleName="emojiKeyStyle" latin:code="!code/key_emoji" latin:keyIcon="!icon/emoji_key" - latin:keyActionFlags="noKeyPreview" /> + latin:keyActionFlags="noKeyPreview" + latin:backgroundType="functional" /> <key-style latin:styleName="settingsKeyStyle" latin:code="!code/key_settings" |