mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Merge pull request #5935 from Stypox/fix-notification-settings
Fix hidden icon to the left of notification actions in settings
This commit is contained in:
		| @@ -8,13 +8,13 @@ | |||||||
|  |  | ||||||
|     <androidx.appcompat.widget.AppCompatImageView |     <androidx.appcompat.widget.AppCompatImageView | ||||||
|         android:id="@+id/notificationActionIcon" |         android:id="@+id/notificationActionIcon" | ||||||
|         android:layout_width="0dp" |         android:layout_width="48dp" | ||||||
|         android:layout_height="48dp" |         android:layout_height="0dp" | ||||||
|         android:layout_marginStart="12dp" |         android:layout_marginStart="12dp" | ||||||
|         android:layout_marginTop="8dp" |         android:layout_marginTop="8dp" | ||||||
|         android:layout_marginBottom="8dp" |         android:layout_marginBottom="8dp" | ||||||
|         app:layout_constraintBottom_toBottomOf="parent" |         app:layout_constraintBottom_toBottomOf="parent" | ||||||
|         app:layout_constraintDimensionRatio="H,1:1" |         app:layout_constraintDimensionRatio="1" | ||||||
|         app:layout_constraintStart_toStartOf="parent" |         app:layout_constraintStart_toStartOf="parent" | ||||||
|         app:layout_constraintTop_toTopOf="parent" |         app:layout_constraintTop_toTopOf="parent" | ||||||
|         app:tint="?android:textColorPrimary" |         app:tint="?android:textColorPrimary" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tobi
					Tobi