summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorGilles Franck Mevaa <gillesd@google.com>2016-02-16 14:10:03 -0800
committerSailesh Nepal <sail@google.com>2016-02-17 03:45:30 -0800
commit486ee39d0791d290411290af6d2e54f37436b09f (patch)
treeb5dfb204b831d4edac19ef492ffc5ea35b230708 /res/values/colors.xml
parent9172c905b311816eba1d24659f02facfab95b0b3 (diff)
DO NOT MERGE: Listener of spam events
Getting rid of the Manager to have the ButtonRenderer directly communicate changes to an event listener. Implementation changes in ag/863096. Cherry picking to nyc-dev to fix build. Change-Id: I8061116f0b91e3f5a6a3a6eac09fe2171ebcbd5c
Diffstat (limited to 'res/values/colors.xml')
-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 75d05ac99..38fd6b39a 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">#afafaf</color>
+ <color name="blocked_contact_background">@android:color/holo_red_dark</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>