转:android checkbox样式
转自:http://blog.csdn.net/jrcisme/article/details/6612494
1. 首先要导入你准备用作CheckBox选中和补选中状态的两图片到res的drawable中,如checkbox_checked.png,checkbox_normal.png;
2. 在res/drawable中添加checkbox.xml,定义checkbox的state list drawable图
?
?
3. 在Layout中修改checkbox的属性:android:button="@drawable/checkbox" 定制button样式??
?