自定义CheckBox

时间:2012-04-17 15:20:08

标签: android checkbox

这是我用过的CheckBox:

enter image description here

这是我用来获取此复选框的内容:

<CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true" >
        </CheckBox>


我想自定义我的CheckBoxes,使它们变成蓝色,如下所示: enter image description here

我该怎么做?

1 个答案:

答案 0 :(得分:0)