Support Emoji keyboard
Bug: 6370846
Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml
index 473a125..8e9cfc9 100644
--- a/java/res/values/themes-common.xml
+++ b/java/res/values/themes-common.xml
@@ -104,7 +104,14 @@
<style
name="MainKeyboardView"
parent="KeyboardView" />
- <style name="EmojiKeyboardView" />
+ <!-- Though {@link EmojiKeyboardView} doesn't extend {@link KeyboardView}, some views inside it,
+ for instance delete button, need themed {@link KeyboardView} attributes. -->
+ <style
+ name="EmojiKeyboardView"
+ parent="KeyboardView"
+ >
+ <item name="emojiTabLabelColor">@color/emoji_tab_label_color_ics</item>
+ </style>
<style name="MoreKeysKeyboard" />
<style
name="MoreKeysKeyboardView"