darren0112ee

rounded_edittext_states

Mar 10th, 2011
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  4. <item
  5. android:state_pressed="true"
  6. android:state_enabled="true"
  7. android:drawable="@drawable/rounded_edittext_focused" />
  8. <item
  9. android:state_focused="true"
  10. android:state_enabled="true"
  11. android:drawable="@drawable/rounded_edittext_focused" />
  12. <item
  13. android:state_enabled="true"
  14. android:drawable="@drawable/rounded_edittext" />
  15. </selector>
Advertisement
Add Comment
Please, Sign In to add comment