habitica-android/Habitica/res/drawable/round_checklist_checkbox.xml

5 lines
313 B
XML
Raw Permalink Normal View History

2020-08-26 15:46:39 +00:00
<?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/round_checklist_checked" />
<item android:state_checked="false" android:drawable="@drawable/round_checklist_unchecked" />
</selector>