Made a small revision to the notification icon.
|
@ -204,7 +204,7 @@ public class PullNotificationService extends IntentService {
|
|||
mentions.get(0).displayName);
|
||||
}
|
||||
NotificationCompat.Builder builder = new NotificationCompat.Builder(this)
|
||||
.setSmallIcon(R.mipmap.ic_notify)
|
||||
.setSmallIcon(R.drawable.ic_notify)
|
||||
.setContentTitle(title);
|
||||
if (icon != null) {
|
||||
builder.setLargeIcon(icon);
|
||||
|
|
BIN
app/src/main/res/drawable-hdpi-v11/ic_notify.png
Normal file
After Width: | Height: | Size: 789 B |
BIN
app/src/main/res/drawable-mdpi-v11/ic_notify.png
Normal file
After Width: | Height: | Size: 531 B |
BIN
app/src/main/res/drawable-xhdpi-v11/ic_notify.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
app/src/main/res/drawable-xxhdpi-v11/ic_notify.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 529 B |
Before Width: | Height: | Size: 1.3 KiB |