list: remove song play/shuffle options

Remove the new play/shuffle options for now since I'll have to
drastically refactor how PlaybackMode is handled to make it work
decently.
This commit is contained in:
Alexander Capehart 2023-07-04 12:08:50 -06:00
parent ab2b853737
commit e8289dcda0
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"> <menu xmlns:android="http://schemas.android.com/apk/res/android">
<item <!-- TODO: Add when capable -->
android:id="@+id/action_play" <!-- <item-->
android:title="@string/lbl_play" <!-- android:id="@+id/action_play"-->
android:icon="@drawable/ic_play_24" /> <!-- android:title="@string/lbl_play"-->
<item <!-- android:icon="@drawable/ic_play_24" />-->
android:id="@+id/action_shuffle" <!-- <item-->
android:title="@string/lbl_shuffle" <!-- android:id="@+id/action_shuffle"-->
android:icon="@drawable/ic_shuffle_off_24" /> <!-- android:title="@string/lbl_shuffle"-->
<!-- android:icon="@drawable/ic_shuffle_off_24" />-->
<item <item
android:id="@+id/action_play_next" android:id="@+id/action_play_next"
android:title="@string/lbl_play_next" android:title="@string/lbl_play_next"