Changing RadioButton color on API 19 and below?

Viewed 3293

So I have an app in which the user can select a color by choosing from a set of RadioButtons, I have used the ButtonTint XML attribute to color the buttons, but obviously this only works on API > 21/.

so my question is,

how to change the color of the RadioButtons on KitKat(API 19) and below?

I have tested a few methods from other stack overflow questions, but so far none have worked.

1 Answers
Related