如何更改复选框背景圆圈的颜色?

时间:2020-06-05 19:00:35

标签: android-studio android-layout android-theme android-checkbox

<CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:buttonTint="@color/black"
            android:text="@string/Agree"
            android:textSize="16sp" />

我有一个上面的CheckBox,是的,我可以更改单击它时的颜色,但是在检查过程中出现在其后面的背景动画圈仍然是淡蓝色(如果未覆盖,则默认为Checkbox的颜色)我将其更改为与我的复选框颜色匹配

0 个答案:

没有答案