2015-12-19 21:58:36 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-24 09:51:37 +08:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2015-12-19 21:58:36 +08:00
|
|
|
|
2020-02-24 01:42:10 +08:00
|
|
|
<item
|
|
|
|
android:id="@+id/reorder"
|
|
|
|
android:title="@string/action_reorganize_by"
|
|
|
|
app:showAsAction="never">
|
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
android:id="@+id/newest"
|
|
|
|
android:title="@string/action_newest" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/oldest"
|
|
|
|
android:title="@string/action_oldest" />
|
|
|
|
</menu>
|
|
|
|
</item>
|
|
|
|
|
2020-01-24 09:51:37 +08:00
|
|
|
<item
|
|
|
|
android:id="@+id/clear_queue"
|
2020-02-24 00:46:47 +08:00
|
|
|
android:title="@string/action_cancel_all"
|
2020-01-24 09:51:37 +08:00
|
|
|
app:showAsAction="never" />
|
2016-02-09 23:34:41 +08:00
|
|
|
|
2020-01-24 09:51:37 +08:00
|
|
|
</menu>
|