summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2016-02-22 21:07:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-22 21:07:59 +0000
commit85fb363e266b224865fea75c251fac822b59f04d (patch)
treef53114ef3a474ceea0a73bac3eb253c63ee19363 /InCallUI/res
parentc9d3326bbd6648a5bddb5e79aa4bc036b51a2cdd (diff)
parent43c1be9d2b9b8b42d76c603c57a5ab459b0066da (diff)
Add gradle build file for Dialer am: 7c5959bfe1
am: 43c1be9d2b * commit '43c1be9d2b9b8b42d76c603c57a5ab459b0066da': Add gradle build file for Dialer
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml
index 60a017c21..5e4eeeed6 100644
--- a/InCallUI/res/values/colors.xml
+++ b/InCallUI/res/values/colors.xml
@@ -119,4 +119,7 @@
<color name="person_contact_context_message_background_color">@color/incall_call_banner_subtext_color</color>
<color name="person_contact_context_detail_text_color">@color/incall_call_banner_subtext_color</color>
<color name="business_contact_context_text_color">@color/incall_call_banner_subtext_color</color>
+
+ <!-- White background for dialer -->
+ <color name="background_dialer_white">#ffffff</color>
</resources>