Re: [android-developers] Re: How to do a fade of views mostly radio buttons

2011-03-21 Thread Justin Anderson
*> I subclass it? i guess basically extended the class* In either case, you can use the following method... I was just a little curious what you did: http://developer.android.com/reference/android/view/View.html#setEnabled%28boolean%29 *> i know its against class but i prefer the radio button ove

[android-developers] Re: How to do a fade of views mostly radio buttons

2011-03-21 Thread kiros88
I subclass it? i guess basically extended the class but yea i know its against class but i prefer the radio button over the check box image and i thought it would look nicer On Mar 21, 1:48 pm, Justin Anderson wrote: > Just disable them...  What do you mean you "created your own radio button"? >