szf_text_down_xml.xml 356 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:state_focused="false" android:state_pressed="false"
  4. android:drawable="@drawable/szf_text_down" />
  5. <item android:state_focused="false" android:state_pressed="true"
  6. android:drawable="@drawable/szf_text_down_down" />
  7. </selector>