Add FavoritesFragment based on SongsFragment
This commit is contained in:
parent
102a745718
commit
ce23df3ef1
5 changed files with 191 additions and 2 deletions
|
|
@ -44,7 +44,8 @@ public class CategoryInfo implements Parcelable {
|
|||
ALBUMS(R.string.albums),
|
||||
ARTISTS(R.string.artists),
|
||||
GENRES(R.string.genres),
|
||||
PLAYLISTS(R.string.playlists);
|
||||
PLAYLISTS(R.string.playlists),
|
||||
FAVORITES(R.string.favorites);
|
||||
|
||||
public final int stringRes;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue