Add back shuffle all to overflow menu
This commit is contained in:
parent
00b6b7b23c
commit
f6dd0b2d5f
2 changed files with 10 additions and 0 deletions
|
|
@ -9,6 +9,11 @@
|
|||
android:title="@string/action_search"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_shuffle_all"
|
||||
android:title="@string/action_shuffle_all"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_grid_size"
|
||||
android:title="@string/action_grid_size">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue