mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Remove weird cropping from icon when showing missing chapter warning (#4769)
This commit is contained in:
		@@ -23,10 +23,10 @@
 | 
			
		||||
        android:gravity="center_vertical">
 | 
			
		||||
 | 
			
		||||
        <ImageView
 | 
			
		||||
            android:layout_width="16dp"
 | 
			
		||||
            android:layout_height="16dp"
 | 
			
		||||
            android:layout_width="18dp"
 | 
			
		||||
            android:layout_height="18dp"
 | 
			
		||||
            android:layout_marginEnd="8dp"
 | 
			
		||||
            android:scaleType="center"
 | 
			
		||||
            android:scaleType="fitCenter"
 | 
			
		||||
            app:srcCompat="@drawable/ic_warning_white_24dp"
 | 
			
		||||
            app:tint="?attr/colorOnBackground"
 | 
			
		||||
            tools:ignore="ContentDescription" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user