Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <selector xmlns:android="http://schemas.android.com/apk/res/android">
      4     <item android:state_pressed="true"
      5           android:drawable="@drawable/stgs_cling_pressed" />
      6     <item android:drawable="@drawable/stgs_cling" />
      7 </selector>
      8