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

@ -297,4 +297,8 @@
<string name="menu_group_by_artist">Künstler</string>
<string name="menu_group_by_genre">Genre</string>
<string name="menu_group_by_year">Jahr</string>
<string name="downloaded_bottom_sheet_shuffle">Mischen</string>
<string name="downloaded_bottom_sheet_play_next">Nächsten Titel spielen</string>
<string name="downloaded_bottom_sheet_add_to_queue">Zur Warteschlange hinzufügen</string>
<string name="downloaded_bottom_sheet_remove_all">Alle entfernen</string>
</resources>