如何将复选框的样式从holo.light更改为holo.dark?

use*_*137 0 checkbox android styles

标题不言而喻.可能吗?如果是这样,我该怎么做?我想只使用holo.dark配色方案CheckBox.
谢谢.

Jos*_*ell 7

如果您使用的是android-studio,请选中您的复选框,然后在属性中,使用编辑器将"buttonTint"属性值设置为您想要的任何颜色.或者,如果您更喜欢xml解决方案,请使用

android:buttonTint="@color/white"
Run Code Online (Sandbox Code Playgroud)

这当然假设定义了颜色白色.