summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-11-04 17:02:12 -0800
committerNatiq Ahmed <mnatiq@codeaurora.org>2015-03-13 14:00:02 +0530
commitfacf3ae9dded8875091aa8e200e41398cd140e12 (patch)
treeebf0d5297f607db128863a0810271f2d60b02835
parent6c9dc49356cf962d2b1506b8c3e37a342ffec8cc (diff)
downloadandroid_packages_apps_ContactsCommon-facf3ae9dded8875091aa8e200e41398cd140e12.tar.gz
android_packages_apps_ContactsCommon-facf3ae9dded8875091aa8e200e41398cd140e12.tar.bz2
android_packages_apps_ContactsCommon-facf3ae9dded8875091aa8e200e41398cd140e12.zip
Fix build breakage by adding color to contacts common.
The correct color resource was in Dialer but not in ContactsCommon. Adding to ContactsCommon. Bug: 18204058 Change-Id: I4ff3ce07177bb94d4070da1b67030ddbc4204c44
-rw-r--r--res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 1da07fb8..e12634a6 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -46,6 +46,9 @@
<!-- Color of image view placeholder. -->
<color name="image_placeholder">#DDDDDD</color>
+ <!-- Primary text color in the Phone app -->
+ <color name="dialtacts_primary_text_color">#333333</color>
+
<!-- Secondary text color in the Phone app -->
<color name="dialtacts_secondary_text_color">#737373</color>