Hi, I'm developing a ViewPager with several fragments, one of them I want it to be a "PreferenceActivity" the problem is that I'm using API7, so no PreferencesFragment... I've already search for a way to embed an activity (PreferencesActivity) in a Fragment, and given up for lack of results. So my next take is to "build" a preference activity Look and feel in a fragment, so my question is this how can I build an interface that looks just like the preference activity, more specifically a listPreferences lookalike (with the text title and description, icon, behavior, etc)?
Thanks very much for your help! -- 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

