From 70944b4812180a45e40f38e111875675b6441013 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Fri, 23 May 2014 10:51:04 -0700 Subject: [DO NOT MERGE] Add new text color to the contact list search results Currently contact list search results text color is a default color, this change adds the text color that will be applied. The attribute and logical application of the color to the TextView is in a different change. Bug: 15118603 Change-Id: I880ff094e377990ada40301aa57cf96a33be0556 (cherry picked from commit 261e079f2d9149814b824bc5f36fb39d03f4f1e9) --- res/values/colors.xml | 2 ++ res/values/styles.xml | 1 + 2 files changed, 3 insertions(+) (limited to 'res') diff --git a/res/values/colors.xml b/res/values/colors.xml index e0641446f..d43f30a38 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -67,6 +67,8 @@ #ffffff + #4d4d4d + #4d4d4d diff --git a/res/values/styles.xml b/res/values/styles.xml index 659d5abca..42351b845 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -58,6 +58,7 @@ 16dp 0dp @color/contact_list_background_color + @color/contact_list_name_text_color @dimen/contact_browser_list_item_text_indent #000000 -- cgit v1.2.3