selector_btn.xml 255 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/shape_gray"/> <item android:drawable="@drawable/shape_blue"/> </selector>