mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Add "Add to playlist" option to Album bottom sheet dialog
Resolves #349 Resolves #202
This commit is contained in:
parent
bfdeb0658b
commit
8ac059bb17
10 changed files with 37 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue