0

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?

Ollie Strevel
  • 861
  • 1
  • 14
  • 27

1 Answers1

0

You can change CheckBoxs drawable using android:button="@drawable/your_check_drawable" attribute.