On Wed, Jul 28, 2010 at 12:55 AM, GodsMoon <[email protected]> wrote: > I can copy that into my project without problem, but I'd like the > behavior of the PreferenceScreen instead of just the Preference Class. > I could like to click on it to show its children Preferences. > I thought it would be a easy to change to make IconPreferenceScreen > extend PreferenceScreen instead of Preference, but PreferenceScreen is > Final. > > Why on earth would google make PreferenceScreen a final class? > Is there anyway to achieve what I would like to do, short of dividing > up my Preference into several other Preferences that all receive > intents (That's how the system settings works.)
Copy PreferenceScreen into your project. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.9 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

