mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: implemented updating shared items through dialog
This commit is contained in:
parent
077d22167c
commit
f172a00fb7
7 changed files with 209 additions and 0 deletions
|
|
@ -330,4 +330,9 @@
|
|||
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.PodcastChannelBottomSheetDialog"
|
||||
android:label="PodcastChannelBottomSheetDialog"
|
||||
tools:layout="@layout/bottom_sheet_podcast_channel_dialog" />
|
||||
<dialog
|
||||
android:id="@+id/shareBottomSheetDialog"
|
||||
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.ShareBottomSheetDialog"
|
||||
android:label="ShareBottomSheetDialog"
|
||||
tools:layout="@layout/bottom_sheet_share_dialog" />
|
||||
</navigation>
|
||||
Loading…
Add table
Add a link
Reference in a new issue