Add actions to artist details activity
This commit is contained in:
parent
54221960d4
commit
990c6a5c2b
2 changed files with 30 additions and 1 deletions
|
|
@ -9,6 +9,21 @@
|
|||
android:title="@string/action_shuffle_artist"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_play_next"
|
||||
android:title="@string/action_play_next"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_add_to_current_playing"
|
||||
android:title="@string/action_add_to_playing_queue"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_add_to_playlist"
|
||||
android:title="@string/action_add_to_playlist"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_biography"
|
||||
android:title="@string/biography"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue