mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: folder navigation
This commit is contained in:
parent
e85d7f9198
commit
24d2d201ad
29 changed files with 1238 additions and 9 deletions
|
|
@ -107,6 +107,9 @@
|
|||
<action
|
||||
android:id="@+id/action_libraryFragment_to_albumListPageFragment"
|
||||
app:destination="@id/albumListPageFragment" />
|
||||
<action
|
||||
android:id="@+id/action_libraryFragment_to_indexFragment"
|
||||
app:destination="@id/indexFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/downloadFragment"
|
||||
|
|
@ -279,6 +282,21 @@
|
|||
android:name="com.cappielloantonio.play.ui.fragment.PodcastChannelPageFragment"
|
||||
android:label="PodcastChannelPageFragment"
|
||||
tools:layout="@layout/fragment_podcast_channel_page" />
|
||||
<fragment
|
||||
android:id="@+id/directoryFragment"
|
||||
android:name="com.cappielloantonio.play.ui.fragment.DirectoryFragment"
|
||||
android:label="DirectoryFragment"
|
||||
tools:layout="@layout/fragment_directory" />
|
||||
<fragment
|
||||
android:id="@+id/indexFragment"
|
||||
android:name="com.cappielloantonio.play.ui.fragment.IndexFragment"
|
||||
android:label="IndexFragment"
|
||||
tools:layout="@layout/fragment_index">
|
||||
|
||||
<action
|
||||
android:id="@+id/action_indexFragment_to_directoryFragment"
|
||||
app:destination="@id/directoryFragment" />
|
||||
</fragment>
|
||||
<dialog
|
||||
android:id="@+id/songBottomSheetDialog"
|
||||
android:name="com.cappielloantonio.play.ui.fragment.bottomsheetdialog.SongBottomSheetDialog"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue