From 4a4b6dbc742b00ecdd0e3b970d8a1754ee960b43 Mon Sep 17 00:00:00 2001 From: Gilles Franck Mevaa Date: Tue, 16 Feb 2016 14:10:03 -0800 Subject: 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. Change-Id: Ie67de81bfc6fe8c3dd6812c35685d4709be7f133 --- res/drawable/blocked_contact.xml | 2 +- res/values/colors.xml | 2 +- res/values/strings.xml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/drawable/blocked_contact.xml b/res/drawable/blocked_contact.xml index 2e7343710..0957585b4 100644 --- a/res/drawable/blocked_contact.xml +++ b/res/drawable/blocked_contact.xml @@ -25,7 +25,7 @@ - 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 @@ #D8D8D8 - #afafaf + @android:color/holo_red_dark @color/dialtacts_primary_text_color @color/dialtacts_secondary_text_color #616161 diff --git a/res/values/strings.xml b/res/values/strings.xml index ae63df3bf..34fd2e5ce 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1001,4 +1001,7 @@ Phone app does not have permission to write to system settings. + + + Blocked -- cgit v1.2.3