summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2016-02-11 16:16:39 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-03-25 11:42:19 -0700
commit8de1b6a2218a08416005d71f46fbb870f9a4597d (patch)
treedf63875e1ed05313c6cc493fd23b821758b272c0 /res
parent9a4f26b96e3c41c74e8e20387648eca8771fc81d (diff)
downloadandroid_packages_apps_ContactsCommon-8de1b6a2218a08416005d71f46fbb870f9a4597d.tar.gz
android_packages_apps_ContactsCommon-8de1b6a2218a08416005d71f46fbb870f9a4597d.tar.bz2
android_packages_apps_ContactsCommon-8de1b6a2218a08416005d71f46fbb870f9a4597d.zip
Add additional resources for use with LookupProvider
Adding : - spam contact color - spam information strings Change-Id: Ie2d4f8476c6ebc2b71508fdfc57a74e32984032f
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_colors.xml2
-rw-r--r--res/values/cm_plurals.xml6
2 files changed, 8 insertions, 0 deletions
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 833b068d..39501fe3 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -55,4 +55,6 @@
<!-- Color used by the incall plugin user interface -->
<color name="plugin_login_button_tint">#0288d1</color>
+
+ <color name="spam_contact_color">#ff402c</color>
</resources>
diff --git a/res/values/cm_plurals.xml b/res/values/cm_plurals.xml
index a581a121..41ebb9bf 100644
--- a/res/values/cm_plurals.xml
+++ b/res/values/cm_plurals.xml
@@ -29,4 +29,10 @@
<item quantity="one">Export was cancelled, <xliff:g id="insertCount">%d</xliff:g> item was exported</item>
<item quantity="other">Export was cancelled, <xliff:g id="insertCount">%d</xliff:g> items were exported</item>
</plurals>
+
+ <plurals name="spam_count_text">
+ <item quantity="zero">Not spam</item>
+ <item quantity="one"><xliff:g id="spamCount">%d</xliff:g> person marked this as spam</item>
+ <item quantity="other"><xliff:g id="spamCount">%d</xliff:g> people marked this as spam</item>
+ </plurals>
</resources>