2017-10-12 04:16:28 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-01-22 03:32:49 +00:00
|
|
|
tools:context=".player.BackgroundPlayerActivity">
|
2017-10-12 04:16:28 +00:00
|
|
|
|
2018-01-28 06:14:38 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_append_playlist"
|
2018-02-06 05:32:23 +00:00
|
|
|
android:icon="?attr/ic_playlist_add"
|
2018-01-22 03:32:49 +00:00
|
|
|
android:title="@string/append_playlist"
|
2018-01-28 06:14:38 +00:00
|
|
|
android:visible="true"
|
|
|
|
app:showAsAction="ifRoom"/>
|
2017-10-12 04:16:28 +00:00
|
|
|
|
|
|
|
<item android:id="@+id/action_system_audio"
|
|
|
|
android:orderInCategory="996"
|
|
|
|
android:title="@string/play_queue_audio_settings"
|
|
|
|
app:showAsAction="never"/>
|
2018-01-04 06:53:31 +00:00
|
|
|
|
|
|
|
<item android:id="@+id/action_switch_main"
|
|
|
|
android:orderInCategory="999"
|
|
|
|
android:title="@string/switch_to_main"
|
|
|
|
app:showAsAction="never"/>
|
2017-10-12 04:16:28 +00:00
|
|
|
</menu>
|