summaryrefslogtreecommitdiffstats
path: root/res/drawable-xxhdpi
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-10-10 10:53:16 -0700
committerRohan Shah <shahrk@google.com>2014-10-13 10:37:08 -0700
commita2023f30e61405506b6bab84575bd425957ae171 (patch)
tree6810b804f9c98517a6f781d0ba9c1ffac5bb1d71 /res/drawable-xxhdpi
parent5fa4018360ea05c2d9cdc7cfd7abd5f74bc83002 (diff)
downloadandroid_packages_apps_UnifiedEmail-a2023f30e61405506b6bab84575bd425957ae171.tar.gz
android_packages_apps_UnifiedEmail-a2023f30e61405506b6bab84575bd425957ae171.tar.bz2
android_packages_apps_UnifiedEmail-a2023f30e61405506b6bab84575bd425957ae171.zip
Force Show Vector Drawables (UnifiedEmail)
Added anydpi-v21 drawable folder, which causes the system to prioritize the xmls in the folder and use them over the ones in xxhdpi for xxxhdpi devices. Also removed unnecessary xxxhdpi icons and updated notif mail and multiple_mail icons. Removed three files from the vector drawable folder as we cannot call BitmapFactory.decodeResources(...) on vector drawables: - ic_star_outline_20dp - ic_star_20dp - ic_check_wht_24dp We will have to go back and change how we initialize the bitmaps from the vector drawables later. These have been recorded in the bug. Finally, updated notification and parent folder icons. Bug: 17936539 Change-Id: If7759b47824a06aadd4ec038cb6ab7fb8e5fdfe3
Diffstat (limited to 'res/drawable-xxhdpi')
-rw-r--r--res/drawable-xxhdpi/ic_folder_parent_24dp.pngbin3760 -> 3272 bytes
-rw-r--r--res/drawable-xxhdpi/ic_notification_mail_wht_24dp.png (renamed from res/drawable-xxhdpi/ic_notification_mail_24dp.png)bin786 -> 786 bytes
-rw-r--r--res/drawable-xxhdpi/ic_notification_multiple_mail_wht_24dp.png (renamed from res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png)bin1517 -> 1517 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-xxhdpi/ic_folder_parent_24dp.png b/res/drawable-xxhdpi/ic_folder_parent_24dp.png
index 19f2e4be6..c94acd240 100644
--- a/res/drawable-xxhdpi/ic_folder_parent_24dp.png
+++ b/res/drawable-xxhdpi/ic_folder_parent_24dp.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_notification_mail_24dp.png b/res/drawable-xxhdpi/ic_notification_mail_wht_24dp.png
index ba98c67a9..ba98c67a9 100644
--- a/res/drawable-xxhdpi/ic_notification_mail_24dp.png
+++ b/res/drawable-xxhdpi/ic_notification_mail_wht_24dp.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png b/res/drawable-xxhdpi/ic_notification_multiple_mail_wht_24dp.png
index 67dcf5c20..67dcf5c20 100644
--- a/res/drawable-xxhdpi/ic_notification_multiple_mail_24dp.png
+++ b/res/drawable-xxhdpi/ic_notification_multiple_mail_wht_24dp.png
Binary files differ