New colors
This commit is contained in:
parent
5aa4a3dcac
commit
696299b960
32 changed files with 116 additions and 164 deletions
|
|
@ -136,7 +136,7 @@ public class PlayingNotificationHelper {
|
|||
|
||||
private void setUpCollapsedLayout(final Song song) {
|
||||
notificationLayout.setTextViewText(R.id.song_title, song.title);
|
||||
notificationLayout.setTextViewText(R.id.song_artist, song.title);
|
||||
notificationLayout.setTextViewText(R.id.song_artist, song.artistName);
|
||||
}
|
||||
|
||||
private void setUpExpandedLayout(final Song song) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue