diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/color/emoji_tab_label_color_lmp.xml | 33 | ||||
-rw-r--r-- | java/res/values/themes-lmp.xml | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/java/res/color/emoji_tab_label_color_lmp.xml b/java/res/color/emoji_tab_label_color_lmp.xml new file mode 100644 index 000000000..5789d569d --- /dev/null +++ b/java/res/color/emoji_tab_label_color_lmp.xml @@ -0,0 +1,33 @@ +<?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_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_inactive_color_lmp" /> +</selector> diff --git a/java/res/values/themes-lmp.xml b/java/res/values/themes-lmp.xml index a9b8a93cc..823155b23 100644 --- a/java/res/values/themes-lmp.xml +++ b/java/res/values/themes-lmp.xml @@ -88,7 +88,7 @@ name="EmojiPalettesView.LMP" parent="MainKeyboardView.LMP" > - <item name="emojiTabLabelColor">@color/emoji_tab_label_color_holo</item> + <item name="emojiTabLabelColor">@color/emoji_tab_label_color_lmp</item> </style> <style name="MoreKeysKeyboard.LMP" |