0.9.8b equalizer
This commit is contained in:
parent
c1a4185549
commit
89e62a2390
37 changed files with 183 additions and 34 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_current_playing"
|
||||
android:icon="@drawable/ic_equalizer_white_24dp"
|
||||
android:icon="@drawable/ic_play_circle_outline_white_24dp"
|
||||
android:title="@string/action_current_playing"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
|
|
@ -26,6 +26,12 @@
|
|||
android:title="@string/action_playing_queue"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_equalizer"
|
||||
android:orderInCategory="99"
|
||||
android:title="@string/equalizer"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue