改变checkbox复选框的颜色

需要在styles.xml文件下重新定义一个样式


然后在xml文件夹下把刚刚定义好的样式设置一下就可以了

        android:id="@+id/checkbox_driver"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        style="@style/CustomCheckBox"
                />

你可能感兴趣的:(改变checkbox复选框的颜色)