<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:buttonTint="@color/black"
android:text="@string/Agree"
android:textSize="16sp" />
我有一个上面的CheckBox,是的,我可以更改单击它时的颜色,但是在检查过程中出现在其后面的背景动画圈仍然是淡蓝色(如果未覆盖,则默认为Checkbox的颜色)我将其更改为与我的复选框颜色匹配