Auxio/app/src/main/res/menu/menu_album_song_actions.xml
OxygenCobalt f109130fb8
Update menus
Implement a "Go to artist" option in library albums, along with removing unneeded icons to reduce the space taken up by them.
2021-01-04 10:28:13 -07:00

12 lines
No EOL
428 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_queue_add"
android:title="@string/label_queue_add" />
<item
android:id="@+id/action_go_artist"
android:title="@string/label_go_artist" />
<item
android:id="@+id/action_play_artist"
android:title="@string/label_play_artist" />
</menu>