Created
March 13, 2013 05:07
-
-
Save marvinlix/5149532 to your computer and use it in GitHub Desktop.
selector.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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