From 215e1f189805fbc3dd30e084b715d5e219852902 Mon Sep 17 00:00:00 2001 From: Sarmad Hashmi Date: Mon, 11 Apr 2016 20:37:05 -0700 Subject: Add resources for after call spam notification. +Block icon from https://icons.googleplex.com/#icon=ic_block +Person add icon from https://icons.googleplex.com/#icon=ic_person_add +X icon from https://icons.googleplex.com/#icon=ic_close +Report icon from https://icons.googleplex.com/#icon=ic_report +Question mark icon from @ycnzhao +Added spam_notification_icon for the large icon in notifications for first time spam calls +Added unknown_notification_icon for the large icon in notifications for first time calls (from any number) +Added strings for after call notifications +This is the same as ag/919969, we decided to move the after call spam notification stuff to the AOSP dialer BUG=27323295 Change-Id: I0aaabd8d2dbefeda5214481ce6315335e64c3c28 --- InCallUI/res/drawable-xxxhdpi/ic_block_grey600_24dp.png | Bin 0 -> 1353 bytes InCallUI/res/drawable-xxxhdpi/ic_close_grey600_24dp.png | Bin 0 -> 444 bytes .../res/drawable-xxxhdpi/ic_person_add_grey600_24dp.png | Bin 0 -> 638 bytes InCallUI/res/drawable-xxxhdpi/ic_question_mark.png | Bin 0 -> 2370 bytes InCallUI/res/drawable-xxxhdpi/ic_report_white_36dp.png | Bin 0 -> 649 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 InCallUI/res/drawable-xxxhdpi/ic_block_grey600_24dp.png create mode 100644 InCallUI/res/drawable-xxxhdpi/ic_close_grey600_24dp.png create mode 100644 InCallUI/res/drawable-xxxhdpi/ic_person_add_grey600_24dp.png create mode 100644 InCallUI/res/drawable-xxxhdpi/ic_question_mark.png create mode 100644 InCallUI/res/drawable-xxxhdpi/ic_report_white_36dp.png (limited to 'InCallUI/res/drawable-xxxhdpi') diff --git a/InCallUI/res/drawable-xxxhdpi/ic_block_grey600_24dp.png b/InCallUI/res/drawable-xxxhdpi/ic_block_grey600_24dp.png new file mode 100644 index 000000000..01df2b52b Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/ic_block_grey600_24dp.png differ diff --git a/InCallUI/res/drawable-xxxhdpi/ic_close_grey600_24dp.png b/InCallUI/res/drawable-xxxhdpi/ic_close_grey600_24dp.png new file mode 100644 index 000000000..7d1c061f7 Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/ic_close_grey600_24dp.png differ diff --git a/InCallUI/res/drawable-xxxhdpi/ic_person_add_grey600_24dp.png b/InCallUI/res/drawable-xxxhdpi/ic_person_add_grey600_24dp.png new file mode 100644 index 000000000..e24919737 Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/ic_person_add_grey600_24dp.png differ diff --git a/InCallUI/res/drawable-xxxhdpi/ic_question_mark.png b/InCallUI/res/drawable-xxxhdpi/ic_question_mark.png new file mode 100644 index 000000000..7ba34242c Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/ic_question_mark.png differ diff --git a/InCallUI/res/drawable-xxxhdpi/ic_report_white_36dp.png b/InCallUI/res/drawable-xxxhdpi/ic_report_white_36dp.png new file mode 100644 index 000000000..7ef0d7afc Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/ic_report_white_36dp.png differ -- cgit v1.2.3