Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created February 14, 2020 15:21
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 hitherejoe/7b66f10c6c25b3119b66422d3ef580af to your computer and use it in GitHub Desktop.
Save hitherejoe/7b66f10c6c25b3119b66422d3ef580af to your computer and use it in GitHub Desktop.
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button_bfr_round_light_disabled" android:state_enabled="false" />
<item android:drawable="@drawable/button_bfr_round_light_unfocused" android:state_focused="false" android:state_pressed="false" android:state_selected="false" />
<item android:drawable="@drawable/button_bfr_round_light_unfocused" android:state_focused="false" android:state_pressed="false" android:state_selected="true" />
<item android:drawable="@drawable/button_bfr_round_light_pressed" android:state_pressed="true" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment