diff options
author | 2014-05-16 10:32:04 +0900 | |
---|---|---|
committer | 2014-05-19 23:11:39 +0900 | |
commit | 27ca9f1bf17c1d275faed939d529f07bb57e28f3 (patch) | |
tree | 9daf81b259973dd209a8955d7a9c12eee60ee4db /java/res/color | |
parent | d7bef2bee16b6e529d55b505764a79821fe3c825 (diff) | |
download | latinime-27ca9f1bf17c1d275faed939d529f07bb57e28f3.tar.gz latinime-27ca9f1bf17c1d275faed939d529f07bb57e28f3.tar.xz latinime-27ca9f1bf17c1d275faed939d529f07bb57e28f3.zip |
Remove Emoji label tab
Change-Id: Ia2f3482363b462c16a51f2baac59d6bcae96ffab
Diffstat (limited to 'java/res/color')
-rw-r--r-- | java/res/color/emoji_tab_label_color_holo.xml | 33 | ||||
-rw-r--r-- | java/res/color/emoji_tab_label_color_lxx_dark.xml | 33 |
2 files changed, 0 insertions, 66 deletions
diff --git a/java/res/color/emoji_tab_label_color_holo.xml b/java/res/color/emoji_tab_label_color_holo.xml deleted file mode 100644 index 373e9314b..000000000 --- a/java/res/color/emoji_tab_label_color_holo.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2013, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item - android:state_focused="true" - android:color="@color/key_text_color_holo" /> - <item - android:state_pressed="true" - android:color="@color/key_text_color_holo" /> - <item - android:state_selected="true" - android:color="@color/key_text_color_holo" /> - <item - android:color="@color/key_text_inactivated_color_holo" /> -</selector> diff --git a/java/res/color/emoji_tab_label_color_lxx_dark.xml b/java/res/color/emoji_tab_label_color_lxx_dark.xml deleted file mode 100644 index 090f83e6a..000000000 --- a/java/res/color/emoji_tab_label_color_lxx_dark.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2014, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item - android:state_focused="true" - android:color="@color/key_text_color_lxx_dark" /> - <item - android:state_pressed="true" - android:color="@color/key_text_color_lxx_dark" /> - <item - android:state_selected="true" - android:color="@color/key_text_color_lxx_dark" /> - <item - android:color="@color/key_text_inactive_color_lxx_dark" /> -</selector> |