diff options
author | 2014-05-14 16:47:12 +0900 | |
---|---|---|
committer | 2014-05-14 18:01:24 +0900 | |
commit | c1094d69134740ee0209f1ddfb25dd770b37ab25 (patch) | |
tree | c873017fc89a56367c213b75ae0604f38049e4ac /java/res/color | |
parent | ae1c53beadd5e739b49f16e6c45747ca3b469766 (diff) | |
download | latinime-c1094d69134740ee0209f1ddfb25dd770b37ab25.tar.gz latinime-c1094d69134740ee0209f1ddfb25dd770b37ab25.tar.xz latinime-c1094d69134740ee0209f1ddfb25dd770b37ab25.zip |
Make Emoji palette more Quantum light compliant
Bug: 14419121
Change-Id: I8a737e2b73a000ad66e7e30a695677fe0bcc66fb
Diffstat (limited to 'java/res/color')
-rw-r--r-- | java/res/color/emoji_tab_label_color_lmp.xml | 33 |
1 files changed, 33 insertions, 0 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> |