mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Open the downloaded artist detail in ArtistListPageFragment
This commit is contained in:
parent
ef645143e0
commit
8cef75c763
6 changed files with 17 additions and 14 deletions
|
|
@ -104,6 +104,9 @@
|
|||
<action
|
||||
android:id="@+id/action_downloadFragment_to_songListPageFragment"
|
||||
app:destination="@id/songListPageFragment" />
|
||||
<action
|
||||
android:id="@+id/action_downloadFragment_to_albumPageFragment"
|
||||
app:destination="@id/albumPageFragment" />
|
||||
<action
|
||||
android:id="@+id/action_downloadFragment_to_albumListPageFragment"
|
||||
app:destination="@id/albumListPageFragment" />
|
||||
|
|
@ -238,6 +241,9 @@
|
|||
<action
|
||||
android:id="@+id/action_artistListPageFragment_to_artistPageFragment"
|
||||
app:destination="@id/artistPageFragment" />
|
||||
<action
|
||||
android:id="@+id/action_artistListPageFragment_to_albumListPageFragment"
|
||||
app:destination="@id/albumListPageFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/playlistPageFragment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue