New notification icon and setting for toolbar opaque

This commit is contained in:
Karim Abou Zeid 2015-04-09 15:44:28 +02:00
commit 9cd1b4f3ba
12 changed files with 37 additions and 9 deletions

View file

@ -46,7 +46,7 @@ public class PlayingNotificationHelper {
R.layout.notification_playing_expanded);
notification = new NotificationCompat.Builder(service)
.setSmallIcon(R.drawable.ic_audiotrack_white_24dp)
.setSmallIcon(R.drawable.ic_notification)
.setContentIntent(getOpenMusicControllerPendingIntent())
.setCategory(NotificationCompat.CATEGORY_PROGRESS)
.setPriority(NotificationCompat.PRIORITY_MAX)