Added menu with tappable list items
This commit is contained in:
parent
aad5e26f31
commit
8fc5fa979d
3 changed files with 38 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ public class PlaylistEntity {
|
|||
public static final String PLAYLIST_ID = "uid";
|
||||
public static final String PLAYLIST_NAME = "name";
|
||||
public static final String PLAYLIST_THUMBNAIL_URL = "thumbnail_url";
|
||||
//TODO: add field
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
@ColumnInfo(name = PLAYLIST_ID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue