Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:state_pressed="true"
  4. android:drawable="@drawable/pressed" />
  5. <item android:state_focused="true"
  6. android:drawable="@drawable/pressed" />
  7. <item android:state_hovered="true"
  8. android:drawable="@drawable/pressed" />
  9. <item android:drawable="@drawable/idle" />
  10. </selector>
  11.  
  12. return super.dispatchTouchEvent(event);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement