mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-26 16:22:39 +00:00
5 lines
No EOL
313 B
XML
5 lines
No EOL
313 B
XML
<?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> |