summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-03 16:21:10 -0700
committerAndrew Lee <anwlee@google.com>2015-10-06 10:47:32 -0700
commit610ac9cd2867bb714cdec50835a29f1a1dc04907 (patch)
tree7fe75b14ba0e971b55959ffb4b91fe4df3867c33 /res/values/colors.xml
parentfcdb7b53f2537b83c340ef5468471ea10d85412c (diff)
Show blocked icon in call log.
For calls of type BLOCKED, show the blocked call icon. Bug: 23943480 Change-Id: Ic1477090c31d51322dbe04dac29f1ca3b0dae4d1
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e80ee6913..f0765bab9 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -92,9 +92,10 @@
<!-- Color for missed call icons. -->
<color name="missed_call">#ff2e58</color>
-
<!-- Color for answered or outgoing call icons. -->
<color name="answered_call">@color/dialer_green_highlight_color</color>
+ <!-- Color for blocked call icons. -->
+ <color name="blocked_call">@color/dialtacts_secondary_text_color</color>
<!-- Color for icons in the actionbar -->
<color name="actionbar_icon_color">#ffffff</color>