mm_listitem.xml 486 B

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