summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-16 01:12:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-16 01:12:19 +0000
commit7ad1a0d8c8f841fe92fffa5611eb95e2a85d75cd (patch)
treed20dc06fdae32a3214c877966c41703194eb9cdb /res
parent2b7529ac5e40a7656f0a634024c7014f9821b54e (diff)
parent24cfa0778a966620112a5b2ca90b70c8ab8e40d9 (diff)
downloadandroid_packages_apps_UnifiedEmail-7ad1a0d8c8f841fe92fffa5611eb95e2a85d75cd.tar.gz
android_packages_apps_UnifiedEmail-7ad1a0d8c8f841fe92fffa5611eb95e2a85d75cd.tar.bz2
android_packages_apps_UnifiedEmail-7ad1a0d8c8f841fe92fffa5611eb95e2a85d75cd.zip
am 24cfa077: Update Notifications Icon (UnifiedEmail)
* commit '24cfa0778a966620112a5b2ca90b70c8ab8e40d9': Update Notifications Icon (UnifiedEmail)
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"