diff options
author | 2013-08-30 07:23:42 +0000 | |
---|---|---|
committer | 2013-08-30 07:23:42 +0000 | |
commit | aabc97233826da69edbadfc7c1465a505a1fe2ec (patch) | |
tree | 574863d0acfbb617427ae4a4030a68fdec82ca0c /java/res/values/themes-common.xml | |
parent | d7791a93b0dee268a9e97f06fe5abcf6082e0ed1 (diff) | |
download | latinime-aabc97233826da69edbadfc7c1465a505a1fe2ec.tar.gz latinime-aabc97233826da69edbadfc7c1465a505a1fe2ec.tar.xz latinime-aabc97233826da69edbadfc7c1465a505a1fe2ec.zip |
Revert "Support Emoji keyboard"
This reverts commit d7791a93b0dee268a9e97f06fe5abcf6082e0ed1.
Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
Diffstat (limited to 'java/res/values/themes-common.xml')
-rw-r--r-- | java/res/values/themes-common.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml index 8e9cfc90b..473a1257e 100644 --- a/java/res/values/themes-common.xml +++ b/java/res/values/themes-common.xml @@ -104,14 +104,7 @@ <style name="MainKeyboardView" parent="KeyboardView" /> - <!-- 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="EmojiKeyboardView" /> <style name="MoreKeysKeyboard" /> <style name="MoreKeysKeyboardView" |