Created
August 24, 2020 22:20
-
-
Save CodeBoy722/7aa3da68d4f5897430cd6f7804e8c108 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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