Added an option to show the "wiki" of albums.

This commit is contained in:
Materight 2017-06-11 22:01:49 +02:00
commit 2b4b5f1638
6 changed files with 93 additions and 2 deletions

View file

@ -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"