I am trying to create a settings page for an app, this app require to have a tab-bar at the bottom. I was able to create a Preference page using the <PreferenceScreen/> and also created a tab using the TabHost. But my problem is that I am not able to figure out how to bring the Tab-bat to the PreferenceScreen page.
I am trying to bring something like this :

Thanks in advance
Happy Coding…
You can test it with Tab Fragment, here is a Tab Fragment in ActionBar, each one of then must be handle similar to how does FragmentTabs.java does it:
Then you need to change the style for the tabs on the actionbar, you can check the Styling the action bar or the styleActionbar direcly on the reference, i believe that the actionBarTabStyle is the where you should start customizing.
Also don’t forget that the Fragment of the preferences must extend from PrefrenceFragment