Added a new custom icon for notifications
BIN
res/drawable-hdpi-v11/ic_notification.png
Normal file
After Width: | Height: | Size: 469 B |
BIN
res/drawable-hdpi/ic_notification.png
Normal file
After Width: | Height: | Size: 686 B |
BIN
res/drawable-mdpi-v11/ic_notification.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
res/drawable-mdpi/ic_notification.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
res/drawable-xhdpi-v11/ic_notification.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
res/drawable-xhdpi/ic_notification.png
Normal file
After Width: | Height: | Size: 936 B |
BIN
res/drawable-xxhdpi-v11/ic_notification.png
Normal file
After Width: | Height: | Size: 931 B |
BIN
res/drawable-xxhdpi/ic_notification.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-xxxhdpi-v11/ic_notification.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-xxxhdpi/ic_notification.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
@@ -495,7 +495,7 @@ public class Device implements BaseLink.PackageReceiver {
|
||||
.setContentText(res.getString(R.string.tap_to_answer))
|
||||
.setContentIntent(pendingIntent)
|
||||
.setTicker(res.getString(R.string.pair_requested))
|
||||
.setSmallIcon(android.R.drawable.ic_menu_help)
|
||||
.setSmallIcon(R.drawable.ic_notification)
|
||||
.setAutoCancel(true)
|
||||
.setDefaults(Notification.DEFAULT_ALL)
|
||||
.build();
|
||||
|
@@ -77,7 +77,7 @@ public class PingPlugin extends Plugin {
|
||||
.setContentText(message)
|
||||
.setContentIntent(resultPendingIntent)
|
||||
.setTicker(message)
|
||||
.setSmallIcon(android.R.drawable.ic_dialog_alert)
|
||||
.setSmallIcon(R.drawable.ic_notification)
|
||||
.setAutoCancel(true)
|
||||
.setDefaults(Notification.DEFAULT_ALL)
|
||||
.build();
|
||||
|