iFish7/umeng_community_library/res/drawable/umeng_comm_checkbox_style.xml

7 lines
298 B
XML

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