mute button in actionbar, no color change
This commit is contained in:
parent
92ee51b8db
commit
c79f09c119
3 changed files with 11 additions and 0 deletions
|
|
@ -10,6 +10,13 @@
|
|||
android:visible="true"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_mute"
|
||||
android:icon="?attr/volume_off"
|
||||
android:title="@string/mute"
|
||||
android:visible="true"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item android:id="@+id/action_settings"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/settings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue