views:

227

answers:

1

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

A: 

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

BrennaSoft