Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any way to change the color of a radio button?

I'm working on an android form with a radio group containing a set of radio buttons. From what I can tell there is no way to set the color a radio button highlights when you select it. It seems to always default to some bright green color. Is this something that is editable or no?

Thanks

like image 479
Ryan Avatar asked Apr 26 '10 18:04

Ryan


1 Answers

Yes you can create your own drawable for what you want it to look like when checked and use android:button to set it to the resource.

Example here

like image 73
Robby Pond Avatar answered Sep 27 '22 20:09

Robby Pond