summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-03-28 13:45:32 -0700
committerQi Wang <wangqi@google.com>2016-03-28 13:45:32 -0700
commit4eb59c20d4354bc57d13e40c78b2c32d69917197 (patch)
tree9507f47e1e7870b79bc95dfe1bd025b01800ecaa /res
parentbf5cb80991de5725a5c35a11016c1508eaec3cb4 (diff)
Change color for spam icon to reuse background color.
Change-Id: Ib9597e21702ad3b528e8093312709f907a2a60da
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index f2cbea1fa..173107c7e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -124,7 +124,7 @@
<color name="divider_line_color">#D8D8D8</color>
<!-- Colors for blocked numbers list -->
- <color name="blocked_contact_background">#A52714</color>
+ <color name="blocked_contact_background">@color/incall_call_spam_background_color</color>
<color name="blocked_number_primary_text_color">@color/dialtacts_primary_text_color</color>
<color name="blocked_number_secondary_text_color">@color/dialtacts_secondary_text_color</color>
<color name="blocked_number_icon_tint">#616161</color>