Skip to content

Instantly share code, notes, and snippets.

@pvankouteren
Created January 25, 2017 10:17
Show Gist options
  • Save pvankouteren/b24cb86eae6d510c9b8f7e7fe861858d to your computer and use it in GitHub Desktop.
Save pvankouteren/b24cb86eae6d510c9b8f7e7fe861858d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true"
android:drawable="@drawable/checkbox_checked" /> <!-- checked -->
<item android:state_checked="false"
android:drawable="@drawable/checkbox_unchecked" /> <!-- default -->
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment