summaryrefslogtreecommitdiffstats
path: root/res/color
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-11-07 18:20:17 -0800
committerChiao Cheng <chiaocheng@google.com>2012-11-09 13:16:16 -0800
commit63ac534dcf60e9a6c651ef2434557bec922b9a7d (patch)
tree6dc88518e13f50fd7d30ba38ef813568dabce82b /res/color
parenta23825490fdd593bceca56fd474a2f9d823c6137 (diff)
downloadandroid_packages_apps_ContactsCommon-63ac534dcf60e9a6c651ef2434557bec922b9a7d.tar.gz
android_packages_apps_ContactsCommon-63ac534dcf60e9a6c651ef2434557bec922b9a7d.tar.bz2
android_packages_apps_ContactsCommon-63ac534dcf60e9a6c651ef2434557bec922b9a7d.zip
Further clean-up of PhoneFavoriteFragment.
Moving common dependencies from Contacts to ContactsCommon. Bug: 6993891 Change-Id: I7530d13771b65f17dafa3f4f8283965622b1c71e
Diffstat (limited to 'res/color')
-rw-r--r--res/color/primary_text_color.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/color/primary_text_color.xml b/res/color/primary_text_color.xml
new file mode 100644
index 00000000..acc2fb7a
--- /dev/null
+++ b/res/color/primary_text_color.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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_activated="true" android:color="#FFFFFF" />
+ <item android:color="#333333" /> <!-- not selected -->
+
+</selector>