mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Use background color for some lists
This commit is contained in:
		
							
								
								
									
										19
									
								
								app/src/main/res/drawable/list_item_selector_background.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								app/src/main/res/drawable/list_item_selector_background.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:color="?attr/rippleColor"> | ||||
|     <item> | ||||
|         <selector> | ||||
|             <item android:state_selected="true"> | ||||
|                 <color android:color="?attr/rippleColor" /> | ||||
|             </item> | ||||
|  | ||||
|             <item android:state_activated="true"> | ||||
|                 <color android:color="?attr/rippleColor" /> | ||||
|             </item> | ||||
|  | ||||
|             <item> | ||||
|                 <color android:color="?android:attr/colorBackground" /> | ||||
|             </item> | ||||
|         </selector> | ||||
|     </item> | ||||
| </ripple> | ||||
		Reference in New Issue
	
	Block a user