mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-01 02:17:56 +00:00
Fix queue close image not following theme
This commit is contained in:
@@ -483,7 +483,7 @@
|
|||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:padding="10dp"
|
android:padding="10dp"
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
app:srcCompat="@drawable/ic_close_white_24dp" />
|
app:srcCompat="?attr/ic_close" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/repeatButton"
|
android:id="@+id/repeatButton"
|
||||||
|
@@ -479,7 +479,7 @@
|
|||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:padding="10dp"
|
android:padding="10dp"
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
app:srcCompat="@drawable/ic_close_white_24dp" />
|
app:srcCompat="?attr/ic_close" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/repeatButton"
|
android:id="@+id/repeatButton"
|
||||||
|
Reference in New Issue
Block a user