10 lines
315 B
XML
10 lines
315 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/ic_checkbox_filled" />
|
|
<item
|
|
android:state_checked="false"
|
|
android:drawable="@drawable/ic_checkbox_outline" />
|
|
</selector>
|