mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: add functionality to delete podcast episodes and channels via bottom sheet
This commit is contained in:
parent
675ad1e9a6
commit
0248187f41
13 changed files with 336 additions and 82 deletions
|
|
@ -313,8 +313,13 @@
|
|||
android:label="AlbumBottomSheetDialog"
|
||||
tools:layout="@layout/bottom_sheet_album_dialog" />
|
||||
<dialog
|
||||
android:id="@+id/podcastBottomSheetDialog"
|
||||
android:name="com.cappielloantonio.play.ui.fragment.bottomsheetdialog.PodcastBottomSheetDialog"
|
||||
android:label="PodcastBottomSheetDialog"
|
||||
tools:layout="@layout/bottom_sheet_podcast_dialog" />
|
||||
android:id="@+id/podcastEpisodeBottomSheetDialog"
|
||||
android:name="com.cappielloantonio.play.ui.fragment.bottomsheetdialog.PodcastEpisodeBottomSheetDialog"
|
||||
android:label="PodcastEpisodeBottomSheetDialog"
|
||||
tools:layout="@layout/bottom_sheet_podcast_episode_dialog" />
|
||||
<dialog
|
||||
android:id="@+id/podcastChannelBottomSheetDialog"
|
||||
android:name="com.cappielloantonio.play.ui.fragment.bottomsheetdialog.PodcastChannelBottomSheetDialog"
|
||||
android:label="PodcastChannelBottomSheetDialog"
|
||||
tools:layout="@layout/bottom_sheet_podcast_channel_dialog" />
|
||||
</navigation>
|
||||
Loading…
Add table
Add a link
Reference in a new issue