On Sat, Jul 10, 2010 at 5:22 PM, Sebastián Treu <[email protected]> wrote: >> Then clone the Gallery class in your project and make your changes there. > > I thought on that, but my 'clone' will be on my package and there's > some protected variables that they don't have (or I can't find them) > the proper getters and setters.
Odds are those will be on AbsSpinner, which you may have to clone as well. If you would need to clone more than those two, then I'd consider another direction. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.6 Available! -- 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

