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!