Adding PreferenceFragment to FragmentPagerAdapter

后端 未结 2 2024
逝去的感伤
逝去的感伤 2020-12-24 09:24

I am trying to add a PreferenceFragment to a FragmentPagerAdapter.

My class extends FragmentActivity, I have tried Fra

2条回答
  •  既然无缘
    2020-12-24 09:49

    Documentation

    I think you need to specify a container view id for the fragment transaction. Try giving it the id of your ViewPager. Or, put the ViewPager inside another container, give that an id, and use that.

提交回复
热议问题