hide shuffle button from menu

This commit is contained in:
dkanada 2020-10-14 19:16:23 +09:00
commit 53199e6638

View file

@ -12,6 +12,7 @@
<item
android:id="@+id/action_shuffle_all"
android:title="@string/action_shuffle_all"
android:visible="false"
app:showAsAction="never" />
<item