You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/app/src/main/res/drawable/checkmark.xml

7 lines
270 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_check_black_24dp" android:state_checked="true"/>
<item android:state_checked="false">
<shape/>
</item>
</selector>