TEST - New toolbar in HomeFragment and LibraryFragment

This commit is contained in:
CappielloAntonio 2021-08-27 16:09:56 +02:00
parent 661899c7f7
commit fbb9536d7e
9 changed files with 837 additions and 665 deletions

View file

@ -57,6 +57,9 @@
<action
android:id="@+id/action_homeFragment_to_artistPageFragment"
app:destination="@id/artistPageFragment" />
<action
android:id="@+id/action_homeFragment_to_searchFragment"
app:destination="@id/searchFragment" />
</fragment>
<fragment
android:id="@+id/libraryFragment"
@ -87,6 +90,12 @@
<action
android:id="@+id/action_libraryFragment_to_playlistPageFragment"
app:destination="@id/playlistPageFragment" />
<action
android:id="@+id/action_libraryFragment_to_settingsFragment"
app:destination="@id/settingsFragment" />
<action
android:id="@+id/action_libraryFragment_to_searchFragment"
app:destination="@id/searchFragment" />
</fragment>
<fragment
android:id="@+id/settingsFragment"