Skip to content

Instantly share code, notes, and snippets.

@waseefakhtar
Last active May 30, 2020 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waseefakhtar/20b106e9802afa81b00824b33fe181dc to your computer and use it in GitHub Desktop.
Save waseefakhtar/20b106e9802afa81b00824b33fe181dc to your computer and use it in GitHub Desktop.
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/background_round_padded_selected"
android:state_checked="true"
/>
<item
android:drawable="@drawable/background_round_padded_pressed"
android:state_pressed="true"
/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment