Updated new message notification icon style for all versions of Android.
BIN
res/drawable-hdpi-v11/icon_notification.png
Normal file
After Width: | Height: | Size: 757 B |
BIN
res/drawable-hdpi-v9/icon_notification.png
Normal file
After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 903 B |
BIN
res/drawable-mdpi-v11/icon_notification.png
Normal file
After Width: | Height: | Size: 448 B |
BIN
res/drawable-mdpi-v9/icon_notification.png
Normal file
After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 636 B |
BIN
res/drawable-xhdpi-v11/icon_notification.png
Normal file
After Width: | Height: | Size: 811 B |
Before Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable/icon_notification.png
Normal file
After Width: | Height: | Size: 453 B |
|
@ -184,7 +184,7 @@ public class MessageNotifier {
|
|||
sendNotification(context, manager, launchIntent, ticker, title, subtitle, signal);
|
||||
} finally {
|
||||
if (c != null)
|
||||
c.close();
|
||||
c.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
|