Merge pull request #7222 from ktprograms/queue-menu-channel-details
Added the 'Show Channel Details' menu item to the Queue long press menu
This commit is contained in:
commit
7edef8d5a2
3 changed files with 34 additions and 2 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<item
|
||||
android:id="@+id/menu_item_append_playlist"
|
||||
android:title="@string/add_to_playlist" />
|
||||
<item
|
||||
android:id="@+id/menu_item_channel_details"
|
||||
android:title="@string/show_channel_details" />
|
||||
<item
|
||||
android:id="@+id/menu_item_share"
|
||||
android:title="@string/share" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue