How can I use a PreferenceFragment with a ViewPager?
问题 I cannot figure out how to get PreferenceFragment to work correctly. I have a ViewPager hooked up to a FragmentPagerAdapter, with two Fragments that the user can swipe between. I am trying to get the "Settings" menu working, using a PreferenceFragment, but I am unsure what I'm doing wrong. When I tap Settings the view is changed to a blank white screen. My SettingsFragment class: public class SettingsFragment extends PreferenceFragment{ @Override public void onCreate(Bundle savedInstanceState