Update card highlight style
Out with orange, in with blue and gray (on >= 4.4).pull/1/head
							parent
							
								
									d89ef70060
								
							
						
					
					
						commit
						37fb8fe445
					
				| @ -1,6 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|     <item android:drawable="@android:drawable/list_selector_background" | ||||
|           android:state_pressed="true" /> | ||||
|     <item android:state_pressed="true"> | ||||
|         <shape> | ||||
|             <solid android:color="@color/card_background_active" /> | ||||
|         </shape> | ||||
|         <bitmap android:src="@drawable/card" /> | ||||
|     </item> | ||||
|     <item android:drawable="@drawable/card" /> | ||||
| </selector> | ||||
| @ -0,0 +1,4 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|     <color name="card_background_active">#99bebebe</color> | ||||
| </resources> | ||||
					Loading…
					
					
				
		Reference in New Issue