Merge "Updating the screenshot notification icons." into ics-mr0
This commit is contained in:
BIN
packages/SystemUI/res/drawable-hdpi/stat_notify_image.png
Normal file
BIN
packages/SystemUI/res/drawable-hdpi/stat_notify_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 717 B |
BIN
packages/SystemUI/res/drawable-hdpi/stat_notify_image_error.png
Normal file
BIN
packages/SystemUI/res/drawable-hdpi/stat_notify_image_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 969 B |
BIN
packages/SystemUI/res/drawable-mdpi/stat_notify_image.png
Normal file
BIN
packages/SystemUI/res/drawable-mdpi/stat_notify_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 614 B |
BIN
packages/SystemUI/res/drawable-mdpi/stat_notify_image_error.png
Normal file
BIN
packages/SystemUI/res/drawable-mdpi/stat_notify_image_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 726 B |
BIN
packages/SystemUI/res/drawable-xhdpi/stat_notify_image.png
Normal file
BIN
packages/SystemUI/res/drawable-xhdpi/stat_notify_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 847 B |
BIN
packages/SystemUI/res/drawable-xhdpi/stat_notify_image_error.png
Normal file
BIN
packages/SystemUI/res/drawable-xhdpi/stat_notify_image_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -137,7 +137,7 @@ class SaveImageInBackgroundTask extends AsyncTask<SaveImageInBackgroundData, Voi
|
||||
+ (mTickerAddSpace ? " " : ""))
|
||||
.setContentTitle(r.getString(R.string.screenshot_saving_title))
|
||||
.setContentText(r.getString(R.string.screenshot_saving_text))
|
||||
.setSmallIcon(android.R.drawable.ic_menu_gallery)
|
||||
.setSmallIcon(R.drawable.stat_notify_image)
|
||||
.setWhen(System.currentTimeMillis());
|
||||
Notification n = mNotificationBuilder.getNotification();
|
||||
n.flags |= Notification.FLAG_NO_CLEAR;
|
||||
@@ -544,7 +544,7 @@ class GlobalScreenshot {
|
||||
.setTicker(r.getString(R.string.screenshot_failed_title))
|
||||
.setContentTitle(r.getString(R.string.screenshot_failed_title))
|
||||
.setContentText(r.getString(R.string.screenshot_failed_text))
|
||||
.setSmallIcon(android.R.drawable.ic_menu_report_image)
|
||||
.setSmallIcon(R.drawable.stat_notify_image_error)
|
||||
.setWhen(System.currentTimeMillis())
|
||||
.setAutoCancel(true)
|
||||
.getNotification();
|
||||
|
||||
Reference in New Issue
Block a user