mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +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
	 Stypox
					Stypox