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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue