Search code examples
androidandroid-actionbaractionbarsherlock

Tabs on Main Section of ActionBar


How can i archive a Tab layout like this in Android ? The Tab Navigation is part of that Main ActionBar and is not below. PS: Im using ActionBar Sherlock

At the moment is just do:

actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);

Current ActionBar

But i want a look like this:

ActionBar Design

Thanks for help, Kitesurfer


Solution

  • Tab will be displayed in actions bar but only if action bar has space. When you are in landscape mode your tabs will move to action bar because in landscape mode action bar has more room.