okay so im like kinda confuse then I basically want a Radio button soo should i extend off radio button or Compoundbutton cuz all im going to do is add like one variable in the class for radiobutton
On Mar 17, 12:22 pm, Kostya Vasilyev <[email protected]> wrote: > It's in the base framework: > > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=summary > > under core/java/android/widget > > -- Kostya > > 17.03.2011 22:18, kiros88 пишет: > > > I was wonder if somebody knows where to find source code of the radio > > button? i basically want to create a radiobutton class with like one > > extra variable a long so i figure i have to make a class that derives > > off of radiobutton but i kinda want to see example of that done by > > finding a source code fo the class radiobutton or any links to > > something doing this deriving there own class base on original views > > in the library > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

