Added playing queue fragment

This commit is contained in:
Prathamesh More 2021-09-24 10:07:52 +05:30
parent 6e081f30c0
commit a83879dffb
5 changed files with 29 additions and 6 deletions

View file

@ -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>