1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-07-02 17:30:46 +00:00

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
2 changed files with 2 additions and 2 deletions
@@ -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"
+1 -1
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"