Added download UI in home screen

This commit is contained in:
CappielloAntonio 2021-04-26 19:37:05 +02:00
parent e0569c3901
commit bf70863f84
8 changed files with 109 additions and 3 deletions

View file

@ -48,6 +48,9 @@ public class Song implements Parcelable {
@Ignore
public static final String IS_FAVORITE = "IS_FAVORITE";
@Ignore
public static final String DOWNLOADED = "DOWNLOADED";
@Ignore
public static final String RADIO = "RADIO";