summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorGilles Franck Mevaa <gillesd@google.com>2016-02-17 11:53:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-17 11:53:58 +0000
commita02f78b0d3fad3b7382fcceb0e6de362733fda65 (patch)
tree9784f688ec639a62948bfe7aabab3a35c57f1ecd /res
parentd557bc2ba817a071005e18f006f7e80eacc506c8 (diff)
parent486ee39d0791d290411290af6d2e54f37436b09f (diff)
DO NOT MERGE: Listener of spam events
am: 486ee39d07 * commit '486ee39d0791d290411290af6d2e54f37436b09f': DO NOT MERGE: Listener of spam events
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 ed88b960f..6d2bd5ef5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -995,4 +995,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>