Browse Source

#15: add Add to playlist in queue item overflow menu.

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
d2a981c368
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 4
      app/src/main/res/menu/row_queue.xml

4
app/src/main/res/menu/row_queue.xml

@ -1,6 +1,10 @@ @@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/track_add_to_playlist"
android:title="@string/playlist_add_to" />
<item
android:id="@+id/queue_remove"
android:title="@string/playback_queue_remove_item" />

Loading…
Cancel
Save