mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix selector in search card item (#5711)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b650151693
						
					
				
				
					commit
					feca30d7ed
				
			@@ -4,11 +4,9 @@
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    android:layout_width="wrap_content"
 | 
			
		||||
    android:layout_height="wrap_content"
 | 
			
		||||
    android:layout_marginStart="4dp"
 | 
			
		||||
    android:layout_marginTop="8dp"
 | 
			
		||||
    android:layout_marginEnd="4dp"
 | 
			
		||||
    android:layout_marginBottom="8dp"
 | 
			
		||||
    android:background="@drawable/list_item_selector_background">
 | 
			
		||||
    android:layout_marginVertical="4dp"
 | 
			
		||||
    android:background="@drawable/library_item_selector"
 | 
			
		||||
    android:padding="4dp">
 | 
			
		||||
 | 
			
		||||
    <FrameLayout
 | 
			
		||||
        android:id="@+id/card"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user