I am currently using the example from Google's slidingtablayout
in my code.
I would like to replace one of the tabs' layout as a preference screen instead of the current linear/relative layout.
How can I do this?
I am currently using the example from Google's slidingtablayout
in my code.
I would like to replace one of the tabs' layout as a preference screen instead of the current linear/relative layout.
How can I do this?
Just add item
PreferenceFragment
to yourViewPager
adapter.ViewPagerAdapter: