changing the Remove from queue icon from a trashbin to a minus
This commit is contained in:
parent
12621e6d97
commit
5b08e10527
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
tools:ignore="AppCompatResource">
|
||||
<item
|
||||
android:id="@+id/cab_remove_from_queue"
|
||||
android:icon="@drawable/ic_delete_vector"
|
||||
android:icon="@drawable/ic_minus_circle_vector"
|
||||
android:title="@string/remove_from_queue"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
|
|
Loading…
Reference in a new issue