Added an option to show the "wiki" of albums.
This commit is contained in:
parent
b4fa4511de
commit
2b4b5f1638
6 changed files with 93 additions and 2 deletions
|
|
@ -9,6 +9,11 @@
|
|||
android:title="@string/action_shuffle_album"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_wiki"
|
||||
android:title="@string/wiki"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_go_to_artist"
|
||||
android:title="@string/action_go_to_artist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue