Fix queue close image not following theme

This commit is contained in:
Stypox 2020-10-02 11:16:10 +02:00
parent 196b9dc771
commit c0e1bbbfb6
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@
android:focusable="true"
android:padding="10dp"
android:scaleType="fitXY"
app:srcCompat="@drawable/ic_close_white_24dp" />
app:srcCompat="?attr/ic_close" />
<ImageButton
android:id="@+id/repeatButton"

View File

@ -479,7 +479,7 @@
android:focusable="true"
android:padding="10dp"
android:scaleType="fitXY"
app:srcCompat="@drawable/ic_close_white_24dp" />
app:srcCompat="?attr/ic_close" />
<ImageButton
android:id="@+id/repeatButton"