feat: Minor redesign in Playlist details page

This commit is contained in:
Prathamesh More 2023-03-08 17:29:25 +05:30
parent c6dd54d200
commit b9f3e7979b
12 changed files with 233 additions and 56 deletions

View file

@ -20,8 +20,8 @@
android:label="PlaylistDetailsFragment"
tools:layout="@layout/fragment_playlist_detail">
<argument
android:name="extra_playlist"
app:argType="code.name.monkey.retromusic.db.PlaylistWithSongs" />
android:name="extra_playlist_id"
app:argType="long" />
</fragment>
<fragment