Skip to content

Instantly share code, notes, and snippets.

@CodeBoy722
Created August 24, 2020 22:20
Show Gist options
  • Save CodeBoy722/7aa3da68d4f5897430cd6f7804e8c108 to your computer and use it in GitHub Desktop.
Save CodeBoy722/7aa3da68d4f5897430cd6f7804e8c108 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" >
<!-- provide the drawables for this to work-->
<item android:state_checked="true" android:drawable="@drawable/checked_shape" />
<item android:state_pressed="true" android:drawable="@drawable/checked_shape" />
<item android:state_pressed="false" android:drawable="@drawable/unchecked_shape" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment