First implementation of the podcastBottomSheetDialog

This commit is contained in:
CappielloAntonio 2022-02-08 20:37:01 +01:00
parent 0c6bab8fd6
commit 1a736d3744
4 changed files with 326 additions and 0 deletions

View file

@ -212,4 +212,9 @@
<string name="home_title_new_releases">New releases</string>
<string name="home_title_newest_podcasts">Newest podcasts</string>
<string name="artist_adapter_radio_station_starting">Searching...</string>
<string name="podcast_bottom_sheet_go_to_channel">Go to channel</string>
<string name="podcast_bottom_sheet_remove">Remove</string>
<string name="podcast_bottom_sheet_download">Download</string>
<string name="podcast_bottom_sheet_add_to_queue">Add to queue</string>
<string name="podcast_bottom_sheet_play_next">Play next</string>
</resources>