Added playing queue fragment
This commit is contained in:
parent
6e081f30c0
commit
a83879dffb
5 changed files with 29 additions and 6 deletions
|
@ -86,7 +86,6 @@
|
|||
android:label="PermissionFragment"
|
||||
tools:layout="@layout/activity_permission" />
|
||||
|
||||
|
||||
<fragment
|
||||
android:id="@+id/action_album"
|
||||
android:name="code.name.monkey.retromusic.fragments.albums.AlbumsFragment"
|
||||
|
@ -126,4 +125,8 @@
|
|||
<fragment
|
||||
android:id="@+id/user_info_fragment"
|
||||
android:name="code.name.monkey.retromusic.fragments.UserInfoFragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/playing_queue_fragment"
|
||||
android:name="code.name.monkey.retromusic.fragments.queue.PlayingQueueFragment" />
|
||||
</navigation>
|
Loading…
Add table
Add a link
Reference in a new issue