Add "Add to playlist" option to Album bottom sheet dialog

Resolves #349
Resolves #202
This commit is contained in:
Matthew Simpson 2025-03-09 14:34:11 +00:00
parent bfdeb0658b
commit 8ac059bb17
No known key found for this signature in database
GPG key ID: 9291883D725C52C9
10 changed files with 37 additions and 1 deletions

View file

@ -146,6 +146,19 @@
android:paddingBottom="12dp"
android:text="@string/album_bottom_sheet_download_all" />
<TextView
android:id="@+id/add_to_playlist_text_view"
style="@style/LabelMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:paddingStart="20dp"
android:paddingTop="12dp"
android:paddingEnd="20dp"
android:paddingBottom="12dp"
android:text="@string/album_bottom_sheet_add_to_playlist" />
<TextView
android:id="@+id/remove_all_text_view"
style="@style/LabelMedium"