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 yo
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