summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-15 17:53:25 -0700
committerRohan Shah <shahrk@google.com>2014-08-15 17:53:25 -0700
commit24cfa0778a966620112a5b2ca90b70c8ab8e40d9 (patch)
treec166f02b2e1c13e7bfc83f05b8d67f9891d491cf /res
parent90c8c8969760bb9c2ae7e8c15b021dbf991cee91 (diff)
downloadandroid_packages_apps_UnifiedEmail-24cfa0778a966620112a5b2ca90b70c8ab8e40d9.tar.gz
android_packages_apps_UnifiedEmail-24cfa0778a966620112a5b2ca90b70c8ab8e40d9.tar.bz2
android_packages_apps_UnifiedEmail-24cfa0778a966620112a5b2ca90b70c8ab8e40d9.zip
Update Notifications Icon (UnifiedEmail)
Rest in pieces little gmail icon :( Change-Id: I092e902d5c3008016d70e4817f57daf6998b936f
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_notification_mail_24dp.png (renamed from res/drawable-hdpi/ic_notification_mail_16dp.png)bin771 -> 771 bytes
-rw-r--r--res/drawable-mdpi/ic_notification_mail_24dp.png (renamed from res/drawable-mdpi/ic_notification_mail_16dp.png)bin736 -> 736 bytes
-rw-r--r--res/drawable-xhdpi/ic_notification_mail_24dp.png (renamed from res/drawable-xhdpi/ic_notification_mail_16dp.png)bin947 -> 947 bytes
-rw-r--r--res/drawable-xxhdpi/ic_notification_mail_24dp.png (renamed from res/drawable-xxhdpi/ic_notification_mail_16dp.png)bin786 -> 786 bytes
-rw-r--r--res/layout/undo_notification.xml2
5 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_notification_mail_16dp.png b/res/drawable-hdpi/ic_notification_mail_24dp.png
index d40e2fe1e..d40e2fe1e 100644
--- a/res/drawable-hdpi/ic_notification_mail_16dp.png
+++ b/res/drawable-hdpi/ic_notification_mail_24dp.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_notification_mail_16dp.png b/res/drawable-mdpi/ic_notification_mail_24dp.png
index 86e06b9c3..86e06b9c3 100644
--- a/res/drawable-mdpi/ic_notification_mail_16dp.png
+++ b/res/drawable-mdpi/ic_notification_mail_24dp.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_notification_mail_16dp.png b/res/drawable-xhdpi/ic_notification_mail_24dp.png
index 0317760ee..0317760ee 100644
--- a/res/drawable-xhdpi/ic_notification_mail_16dp.png
+++ b/res/drawable-xhdpi/ic_notification_mail_24dp.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_notification_mail_16dp.png b/res/drawable-xxhdpi/ic_notification_mail_24dp.png
index ba98c67a9..ba98c67a9 100644
--- a/res/drawable-xxhdpi/ic_notification_mail_16dp.png
+++ b/res/drawable-xxhdpi/ic_notification_mail_24dp.png
Binary files differ
diff --git a/res/layout/undo_notification.xml b/res/layout/undo_notification.xml
index 9505b3a74..9358da85c 100644
--- a/res/layout/undo_notification.xml
+++ b/res/layout/undo_notification.xml
@@ -31,7 +31,7 @@
android:layout_height="@android:dimen/notification_large_icon_height"
android:background="@color/notification_template_icon_low_bg"
android:scaleType="center"
- android:src="@drawable/ic_notification_mail_16dp" />
+ android:src="@drawable/ic_notification_mail_24dp" />
<LinearLayout
android:layout_width="match_parent"