summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorGilles Franck Mevaa <gillesd@google.com>2016-02-16 14:10:03 -0800
committerGilles Franck Mevaa <gillesd@google.com>2016-02-16 18:00:17 -0800
commit4a4b6dbc742b00ecdd0e3b970d8a1754ee960b43 (patch)
treee4d741cefb3f1e304171c5b294080f9f66260b18 /res
parent7a95f24a60fea68400b12f97d19ed0ac6df88990 (diff)
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
Diffstat (limited to 'res')
-rw-r--r--res/drawable/blocked_contact.xml2
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/strings.xml3
3 files changed, 5 insertions, 2 deletions
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 @@
</shape>
</item>
- <item android:drawable="@drawable/ic_block_24dp"
+ <item android:drawable="@drawable/ic_report_24dp"
android:width="18dp"
android:height="18dp"
android:gravity="center" />
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>
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 @@
<!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead. [CHAR LIMIT=NONE]-->
<string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
+
+ <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
+ <string name="blocked_number_call_log_label">Blocked</string>
</resources>