Yeah I was on that route, but it has unresolved references to
PreferenceManager and PreferenceGroupAdapter along with
com.android.internal.R.
I see a chain here...
I don't want to copy 10 classes into my project, but I guess if that's
the only reasonable way, then maybe I'll try that again.

On Jul 28, 1:24 am, Mark Murphy <mmur...@commonsware.com> wrote:
> On Wed, Jul 28, 2010 at 12:55 AM, GodsMoon <godsm...@gmail.com> 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/commonsguyhttp://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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to