Add shuffle all to every menu
This commit is contained in:
parent
07b9fbb599
commit
cb11044999
12 changed files with 112 additions and 46 deletions
|
|
@ -15,6 +15,12 @@
|
|||
android:title="@string/action_search"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_shuffle_all"
|
||||
android:icon="@drawable/ic_shuffle_white_48dp"
|
||||
android:title="@string/shuffle_all"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_playing_queue"
|
||||
android:icon="@drawable/ic_queue_music_white_24dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue