aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-29 04:31:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-29 04:31:47 -0700
commit243c23dd9f1c34e39fd257ffb99f7449c007c424 (patch)
treed550c50d183117d6f1d57318a0c79d0a3f307383 /java/res/xml-sw600dp
parent7c1a6f9787b4615f70656ddd6604d720be5b9d3e (diff)
parentd7791a93b0dee268a9e97f06fe5abcf6082e0ed1 (diff)
downloadlatinime-243c23dd9f1c34e39fd257ffb99f7449c007c424.tar.gz
latinime-243c23dd9f1c34e39fd257ffb99f7449c007c424.tar.xz
latinime-243c23dd9f1c34e39fd257ffb99f7449c007c424.zip
am d7791a93: Support Emoji keyboard
* commit 'd7791a93b0dee268a9e97f06fe5abcf6082e0ed1': Support Emoji keyboard
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r--java/res/xml-sw600dp/key_f2.xml2
-rw-r--r--java/res/xml-sw600dp/key_styles_common.xml3
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"