From c41edc70b7de16b7e43f77680d51846daae1fa2a Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Wed, 13 Aug 2014 17:05:31 -0700 Subject: Update Notifications (UnifiedEmail) Updated most of the notifications and added color for them. Still missing a few things: - No Big Icon BG (waiting for possible addition to frmwrk) - Small mail icon is still there with multiple mail icon (code's in place but I'm looking for a better sol) - Badge (small) Icon is really small at the top of the bar which should be fixed soon Bug: 16987147 Change-Id: I44de8eab32250d1486805a652e8c04db89268c62 --- .../ic_notification_anonymous_avatar_32dp.png | Bin 0 -> 3698 bytes res/drawable-xxhdpi/ic_notification_mail_16dp.png | Bin 0 -> 786 bytes .../ic_notification_multiple_mail_24dp.png | Bin 0 -> 1517 bytes .../ic_notification_multiple_mail_holo_dark.png | Bin 1517 -> 0 bytes res/drawable-xxhdpi/stat_notify_email.png | Bin 786 -> 0 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xxhdpi/ic_notification_anonymous_avatar_32dp.png create mode 100644 res/drawable-xxhdpi/ic_notification_mail_16dp.png create mode 100644 res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_notification_multiple_mail_holo_dark.png delete mode 100644 res/drawable-xxhdpi/stat_notify_email.png (limited to 'res/drawable-xxhdpi') diff --git a/res/drawable-xxhdpi/ic_notification_anonymous_avatar_32dp.png b/res/drawable-xxhdpi/ic_notification_anonymous_avatar_32dp.png new file mode 100644 index 000000000..878256668 Binary files /dev/null and b/res/drawable-xxhdpi/ic_notification_anonymous_avatar_32dp.png differ diff --git a/res/drawable-xxhdpi/ic_notification_mail_16dp.png b/res/drawable-xxhdpi/ic_notification_mail_16dp.png new file mode 100644 index 000000000..ba98c67a9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_notification_mail_16dp.png differ diff --git a/res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png b/res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png new file mode 100644 index 000000000..67dcf5c20 Binary files /dev/null and b/res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_notification_multiple_mail_holo_dark.png b/res/drawable-xxhdpi/ic_notification_multiple_mail_holo_dark.png deleted file mode 100644 index 67dcf5c20..000000000 Binary files a/res/drawable-xxhdpi/ic_notification_multiple_mail_holo_dark.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_notify_email.png b/res/drawable-xxhdpi/stat_notify_email.png deleted file mode 100644 index ba98c67a9..000000000 Binary files a/res/drawable-xxhdpi/stat_notify_email.png and /dev/null differ -- cgit v1.2.3