Fix Dark elements in Light Theme
This commit is contained in:
parent
1d51002173
commit
fd14c8cdce
288 changed files with 327 additions and 560 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_append_playlist"
|
||||
android:icon="?attr/ic_playlist_add"
|
||||
android:icon="@drawable/ic_playlist_add"
|
||||
android:title="@string/append_playlist"
|
||||
android:visible="true"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_mute"
|
||||
android:icon="?attr/ic_volume_off"
|
||||
android:icon="@drawable/ic_volume_off"
|
||||
android:title="@string/mute"
|
||||
android:visible="true"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue