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"

View file

@ -40,6 +40,7 @@
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="biography_unavailable">Couldn\u2019t find the artists biography.</string>
<string name="biography">Biography</string>
<string name="wiki">Wiki</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="album">Album</string>
<string name="artist">Artist</string>