aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-08-30 07:23:42 +0000
committerKen Wakasa <kwakasa@google.com>2013-08-30 07:23:42 +0000
commitaabc97233826da69edbadfc7c1465a505a1fe2ec (patch)
tree574863d0acfbb617427ae4a4030a68fdec82ca0c /java/res/values
parentd7791a93b0dee268a9e97f06fe5abcf6082e0ed1 (diff)
downloadlatinime-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')
-rw-r--r--java/res/values/emoji-categories.xml47
-rw-r--r--java/res/values/themes-common.xml9
-rw-r--r--java/res/values/themes-gb.xml2
-rw-r--r--java/res/values/themes-ics.xml2
4 files changed, 1 insertions, 59 deletions
diff --git a/java/res/values/emoji-categories.xml b/java/res/values/emoji-categories.xml
index ce82a8b40..8f3dead88 100644
--- a/java/res/values/emoji-categories.xml
+++ b/java/res/values/emoji-categories.xml
@@ -36,73 +36,26 @@
name="emoji_nature"
format="string"
>
- <item>2744</item> <!-- SNOWFLAKE -->
</array>
<array
name="emoji_symbols"
format="string"
>
- <item>2460</item> <!-- CIRCLED DIGIT ONE -->
- <item>2461</item> <!-- CIRCLED DIGIT TWO -->
- <item>2462</item> <!-- CIRCLED DIGIT THREE -->
- <item>2463</item> <!-- CIRCLED DIGIT FOUR -->
- <item>2464</item> <!-- CIRCLED DIGIT FIVE -->
- <item>2465</item> <!-- CIRCLED DIGIT SIX -->
- <item>2466</item> <!-- CIRCLED DIGIT SEVEN -->
- <item>2467</item> <!-- CIRCLED DIGIT EIGHT -->
- <item>2468</item> <!-- CIRCLED DIGIT NINE -->
- <item>2469</item> <!-- CIRCLED DIGIT TEN -->
- <item>00ae</item> <!-- REGISTERED SIGN -->
- <item>00a9</item> <!-- COPYRIGHT SIGN -->
- <item>2122</item> <!-- TRADE MARK SIGN -->
- <item>2734</item> <!-- EIGHT POINTED BLACK STAR -->
- <item>2733</item> <!-- EIGHT POINTED PINWHEEL STAR -->
- <item>2716</item> <!-- HEAVY MULTIPLICATION MARK -->
- <item>2195</item> <!-- UP DOWN ARROW -->
- <item>2197</item> <!-- NORTH EAST ARROW -->
- <item>27a1</item> <!-- BLACK RIGHTWARDS ARROW -->
- <item>2198</item> <!-- SOUTH EAST ARROW -->
- <item>2199</item> <!-- SOUTH WEST ARROW -->
- <item>2196</item> <!-- NORTH EAST ARROW -->
- <item>2194</item> <!-- LEFT RIGHT ARROW -->
- <item>25c0</item> <!-- BLACK LEFT-POINTING TRIANGLE -->
- <item>25b6</item> <!-- BLACK ROGHT-POINTING TRIANGLE -->
- <item>2747</item> <!-- SPARKLE -->
- <item>25aa</item> <!-- BLACK SMALL SQUARE -->
- <item>203c</item> <!-- DOUBLE EXCLAMATION MARK -->
- <item>2660</item> <!-- BLACK SPADE SUIT -->
- <item>2665</item> <!-- BLACK HEART SUIT -->
- <item>2663</item> <!-- BLACK CLUB SUIT -->
- <item>2666</item> <!-- BLACK DIAMOND SUIT -->
- <item>21a9</item> <!-- LEFTWARDS ARROW WITH HOOK -->
- <item>21aa</item> <!-- RIGHTWARDS ARROW WITH HOOK -->
</array>
<array
name="emoji_faces"
format="string"
>
- <item>270C</item> <!-- VICTORY HAND -->
- <item>2764</item> <!-- HEAVY BLACK HEART -->
</array>
<array
name="emoji_objects"
format="string"
>
- <item>260e</item> <!-- BLACK TELEPHONE -->
- <item>2709</item> <!-- ENVELOPE -->
- <item>2712</item> <!-- BLACK NIB -->
- <item>270f</item> <!-- PENCIL -->
- <item>2702</item> <!-- BLACK SCISSORS -->
- <item>2669</item> <!-- QUARTER NOTE -->
- <item>266a</item> <!-- EIGHTH NOTE -->
- <item>266c</item> <!-- BEAMED SIXTEENTH NOTES -->
</array>
<array
name="emoji_places"
format="string"
>
- <item>2708</item> <!-- AIRPLANE -->
- <item>2668</item> <!-- HOT SPRINGS -->
</array>
<array
name="emoji_emoticons"
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"
diff --git a/java/res/values/themes-gb.xml b/java/res/values/themes-gb.xml
index 7f8dd235b..d39003d94 100644
--- a/java/res/values/themes-gb.xml
+++ b/java/res/values/themes-gb.xml
@@ -96,8 +96,6 @@
<item name="spacebarTextColor">@color/spacebar_text_color_gb</item>
<item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_gb</item>
</style>
- <!-- Though {@link EmojiKeyboardView} doesn't extend {@link KeyboardView}, some views inside it,
- for instance delete button, need themed {@link KeyboardView} attributes. -->
<style
name="EmojiKeyboardView.GB"
parent="KeyboardView.GB"
diff --git a/java/res/values/themes-ics.xml b/java/res/values/themes-ics.xml
index f3b6b1321..f5b74838b 100644
--- a/java/res/values/themes-ics.xml
+++ b/java/res/values/themes-ics.xml
@@ -97,8 +97,6 @@
<item name="spacebarTextColor">@color/spacebar_text_color_ics</item>
<item name="spacebarTextShadowColor">@color/spacebar_text_shadow_color_ics</item>
</style>
- <!-- Though {@link EmojiKeyboardView} doesn't extend {@link KeyboardView}, some views inside it,
- for instance delete button, need themed {@link KeyboardView} attributes. -->
<style
name="EmojiKeyboardView.ICS"
parent="KeyboardView.ICS"