From 4f78f85ab36dd157bb47799f383ceb90240f91f9 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 4 Apr 2016 12:32:06 -0700 Subject: Add dialogs for spam report and block. Screenshots: 1. block/report spam https://screenshot.googleplex.com/5e772Kikikw 2. block https://screenshot.googleplex.com/AEpYSYoL2E8 3. unblock(is spam and report not a spam) https://screenshot.googleplex.com/AEZfhCXj4h8 4. unblock(not spam) https://screenshot.googleplex.com/r7YkHuCMT1p 5. report not spam https://screenshot.googleplex.com/jkcpm0pdKoj Change-Id: I78fbbacece44632614026c03909289995bef5b14 Fix: 27295785 --- res/layout/block_report_spam_dialog.xml | 35 +++++++++++++++++++++++++++++++++ res/values/strings.xml | 27 +++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 res/layout/block_report_spam_dialog.xml (limited to 'res') diff --git a/res/layout/block_report_spam_dialog.xml b/res/layout/block_report_spam_dialog.xml new file mode 100644 index 000000000..a731decfc --- /dev/null +++ b/res/layout/block_report_spam_dialog.xml @@ -0,0 +1,35 @@ + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 5fca528e9..29076152b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1066,4 +1066,31 @@ Spam + + + Block %1$s? + + + Future calls and voicemails from this number will be blocked. + + + Report call as spam + + + Future calls and voicemails from this number will be blocked. This call will be reported as spam. + + + Unblock %1$s? + + + This number will be unblocked and reported as not spam. Future calls and voicemails won\'t be identified as spam. + + + Whitelist %1$s? + + + Whitelist + + + Future calls and voicemails from this number won\'t be identified as spam. This number will be reported as not spam. -- cgit v1.2.3