New colors

This commit is contained in:
Karim Abou Zeid 2015-03-30 21:42:54 +02:00
commit 696299b960
32 changed files with 116 additions and 164 deletions

View file

@ -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) {