Skip to content

Instantly share code, notes, and snippets.

@westlinkin
Created March 13, 2013 03:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save westlinkin/5149183 to your computer and use it in GitHub Desktop.
Save westlinkin/5149183 to your computer and use it in GitHub Desktop.
selector
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/btn_share_press"/>
<item android:state_selected="true" android:drawable="@drawable/btn_share_press"/>
<item android:state_focused="true" android:drawable="@drawable/btn_share_press"/>
<item android:state_enabled="false"
android:drawable="@drawable/btn_share_normal"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment