feat: Add bottom sheet for grouped views in Download tab

This commit is contained in:
GallowsDove 2023-09-05 18:54:48 +02:00
parent 68527b2c91
commit f43d7fb394
9 changed files with 296 additions and 18 deletions

View file

@ -315,6 +315,11 @@
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.AlbumBottomSheetDialog"
android:label="AlbumBottomSheetDialog"
tools:layout="@layout/bottom_sheet_album_dialog" />
<dialog
android:id="@+id/downloadBottomSheetDialog"
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.DownloadedBottomSheetDialog"
android:label="DownloadBottomSheetDialog"
tools:layout="@layout/bottom_sheet_downloaded_dialog" />
<dialog
android:id="@+id/podcastEpisodeBottomSheetDialog"
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.PodcastEpisodeBottomSheetDialog"