Use material checkmark for notifications

pull/384/head
Alex Baker 8 years ago
parent 99646fc1f9
commit 7eaa24112e

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

@ -84,7 +84,7 @@ public class Notifier {
}}; }};
NotificationCompat.Builder builder = new NotificationCompat.Builder(context) NotificationCompat.Builder builder = new NotificationCompat.Builder(context)
.setSmallIcon(R.drawable.notif_astrid) .setSmallIcon(R.drawable.ic_check_white_24dp)
.setTicker(title) .setTicker(title)
.setContentTitle(title) .setContentTitle(title)
.setContentText(context.getString(R.string.app_name)) .setContentText(context.getString(R.string.app_name))
@ -162,7 +162,7 @@ public class Notifier {
}}, PendingIntent.FLAG_UPDATE_CURRENT); }}, PendingIntent.FLAG_UPDATE_CURRENT);
Notification notification = new NotificationCompat.Builder(context) Notification notification = new NotificationCompat.Builder(context)
.setSmallIcon(R.drawable.notif_astrid) .setSmallIcon(R.drawable.ic_check_white_24dp)
.setTicker(title) .setTicker(title)
.setWhen(currentTimeMillis()) .setWhen(currentTimeMillis())
.setContentTitle(title) .setContentTitle(title)
@ -242,7 +242,7 @@ public class Notifier {
} }
NotificationCompat.Builder builder = new NotificationCompat.Builder(context) NotificationCompat.Builder builder = new NotificationCompat.Builder(context)
.setSmallIcon(R.drawable.notif_astrid) .setSmallIcon(R.drawable.ic_check_white_24dp)
.setTicker(taskTitle) .setTicker(taskTitle)
.setWhen(currentTimeMillis()) .setWhen(currentTimeMillis())
.setContentTitle(taskTitle) .setContentTitle(taskTitle)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

Loading…
Cancel
Save