mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-20 00:55:20 +01:00
feat: Minor redesign in Playlist details page
This commit is contained in:
parent
c6dd54d200
commit
b9f3e7979b
12 changed files with 233 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue