
Implement a "Go to artist" option in library albums, along with removing unneeded icons to reduce the space taken up by them.
12 lines
No EOL
428 B
XML
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> |