Radio buttons: Replacing the stock round ones with built in android buttons
- by Aaron Kapitsk
Hi all,
how do I create a group of radio buttons where the buttons look like nice stock android buttons?
This is what I have found so far:
* The look of radio button can be replaced with 4 drawables.
* There is an example of ^^ on the web.
This does not work for me. So I have figured out two bad choices:
A) Use stock buttons -do the radio logic in java. //Gross
B) Render the buttons to drawables set them at runtime //Blah
Any ideas are very appreciated.
(This is my first question here. Hope it is well formulated.)