I have multiples CheckBox
.
I've set a selector for normal and pressed states.
In my app I'll have a dynamic color and i want change the color according to the user's selection, there is a way to change the color for a CheckBox
?
I have multiples CheckBox
.
I've set a selector for normal and pressed states.
In my app I'll have a dynamic color and i want change the color according to the user's selection, there is a way to change the color for a CheckBox
?
You can change CheckBoxs drawable using android:button="@drawable/your_check_drawable" attribute.