Playing queue dialog finished
- rearranged code structure
This commit is contained in:
parent
e1eaa92070
commit
9ba8a07383
16 changed files with 254 additions and 123 deletions
|
|
@ -7,7 +7,7 @@
|
|||
android:id="@+id/action_current_playing"
|
||||
android:icon="@drawable/music_box"
|
||||
android:title="@string/action_current_playing"
|
||||
app:showAsAction="ifRoom"/>
|
||||
app:showAsAction="always"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
|
|
@ -16,6 +16,12 @@
|
|||
app:actionViewClass="android.support.v7.widget.SearchView"
|
||||
app:showAsAction="collapseActionView|ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_playing_queue"
|
||||
android:icon="@drawable/playlist"
|
||||
android:title="@string/action_playing_queue"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/settings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue