diff options
author | 2014-08-13 23:07:59 +0900 | |
---|---|---|
committer | 2014-08-14 00:25:34 +0900 | |
commit | a94c89e017dac92e2c23dcf05a8e6b4000d021d3 (patch) | |
tree | e11e28cfb1723d50b0088436642358264a93bafd /java/res/xml-sw600dp | |
parent | d9a8e1ccfd8196adf536e9622c72c1933ebf9a74 (diff) | |
download | latinime-a94c89e017dac92e2c23dcf05a8e6b4000d021d3.tar.gz latinime-a94c89e017dac92e2c23dcf05a8e6b4000d021d3.tar.xz latinime-a94c89e017dac92e2c23dcf05a8e6b4000d021d3.zip |
Use light emoji icon for Material light tablet keyboard
Bug: 16808603
Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 2 | ||||
-rw-r--r-- | java/res/xml-sw600dp/key_styles_enter.xml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 877c796c7..1b52b1efd 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -105,7 +105,7 @@ latin:altCode="!code/key_space" /> <key-style latin:styleName="emojiKeyStyle" - latin:keySpec="!icon/emoji_key|!code/key_emoji" + latin:keySpec="!icon/emoji_normal_key|!code/key_emoji" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style diff --git a/java/res/xml-sw600dp/key_styles_enter.xml b/java/res/xml-sw600dp/key_styles_enter.xml index d0167d336..c20523b2a 100644 --- a/java/res/xml-sw600dp/key_styles_enter.xml +++ b/java/res/xml-sw600dp/key_styles_enter.xml @@ -21,7 +21,6 @@ <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > - <!-- TODO: Stop using many conditional cases for keyspec_emoji_key. There are way too many to maintain. --> <!-- Navigate more keys style --> <switch> <!-- latin:passwordInput="true" --> |