Small fixes

This commit is contained in:
Karim Abou Zeid 2015-03-24 21:56:21 +01:00
commit d3d37ccab3
12 changed files with 26 additions and 17 deletions

View file

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