arrowbuttonselector.xml 368 B

12345678910111213
  1. <!-- Selector for the arrow buttons -->
  2. <selector
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <item
  5. android:state_focused="true"
  6. android:drawable="@drawable/arrowbutton"/>
  7. <item
  8. android:state_pressed="true"
  9. android:drawable="@drawable/arrowbuttonpressed" />
  10. <item
  11. android:drawable="@drawable/arrowbutton" />
  12. </selector>