New notification icon and setting for toolbar opaque
This commit is contained in:
parent
a27e5c6379
commit
9cd1b4f3ba
12 changed files with 37 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue