tysdkn_title_select_other.xml 341 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:state_selected="true" android:drawable="@drawable/tysdkn_other_select"/>
  4. <item android:state_selected="false" android:state_focused="false" android:drawable="@drawable/tysdkn_other_normal"/>
  5. </selector>