UI 定制
修改 check 与 unchecked 图片
layout/layout_xxx.xml
<CheckBox
...
android:button="@drawable/check_selector"
... />
修改文字与选择框距离
android:paddingLeft="10dp"
layout/layout_xxx.xml
<CheckBox
...
android:button="@drawable/check_selector"
... />
android:paddingLeft="10dp"