Re: [android-developers] [HELP] Use TextView as a RadioButton

2011-10-19 Thread TreKing
On Tue, Oct 18, 2011 at 9:58 PM, Igor Araujo igor.arauj...@gmail.comwrote: I made one class that derivates from RadioButton and I've overrided the onDraw() method. So I'm able to use the RadioGroup and draw the view the way I wish. Well, if it works, but even that is overkill. Like I said,

Re: [android-developers] [HELP] Use TextView as a RadioButton

2011-10-18 Thread TreKing
On Sun, Oct 16, 2011 at 1:31 PM, Igor Araujo igor.arauj...@gmail.comwrote: So, I want to know: There is a way to make the TextView selection become permanent? Handle the touch / click event and update the style as you see fit. Or even better: there's a way to make it works as a

Re: [android-developers] [HELP] Use TextView as a RadioButton

2011-10-18 Thread Igor Araujo
Thanks for the advice. I made one class that derivates from RadioButton and I've overrided the onDraw() method. So I'm able to use the RadioGroup and draw the view the way I wish. Att, Igor Araújo 2011/10/18 TreKing treking...@gmail.com On Sun, Oct 16, 2011 at 1:31 PM, Igor Araujo