Radio buttons: Replacing the stock round ones with built in android buttons
Posted
by
Aaron Kapitsk
on Stack Overflow
See other posts from Stack Overflow
or by Aaron Kapitsk
Published on 2010-12-30T22:51:24Z
Indexed on
2010/12/30
22:54 UTC
Read the original article
Hit count: 275
android
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.)
© Stack Overflow or respective owner