change icon

This commit is contained in:
Son 2018-12-03 11:05:33 +01:00
commit a91b5ee133
2 changed files with 10 additions and 1 deletions

View file

@ -17,7 +17,7 @@ import java.util.ArrayList;
public class NotRecentlyPlayedPlaylist extends AbsSmartPlaylist {
public NotRecentlyPlayedPlaylist(@NonNull Context context) {
super(context.getString(R.string.not_recently_played), R.drawable.ic_library_music_white_24dp);
super(context.getString(R.string.not_recently_played), R.drawable.ic_watch_later_black_24dp);
}
@NonNull