UI 定制
修改 check 与 unchecked 图片
layout/layout_xxx.xml
<CheckBox
...
android:button="@drawable/check_selector"
... />
修改文字与选择框距离
android:paddingLeft="10dp"
文档信息
- 本文作者:Shilin Wang
- 本文链接:https://beatlesnull.github.io/wiki/android-view-checkbox/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)