Skip to content

Instantly share code, notes, and snippets.

@sheerazam
Created April 11, 2016 09:26
Show Gist options
  • Save sheerazam/1fd702d28799df38b9d2b336b8ed119f to your computer and use it in GitHub Desktop.
Save sheerazam/1fd702d28799df38b9d2b336b8ed119f 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/cbchk_blue"
android:state_focused="false">
</item>
<item android:state_checked="true"
android:drawable="@drawable/cbchk_blue"
android:state_focused="true">
</item>
<item android:state_checked="false"
android:drawable="@drawable/cbunchk_blue"
android:state_focused="false">
</item>
<item android:state_checked="false"
android:drawable="@drawable/cbunchk_blue"
android:state_focused="true">
</item>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment