Good day.
In landscape orientation, with a large number of tabs, tabs are converted into a drop-down list, although with portrait portrait everything is fine. How to make tabs in landscape orientation?
alt text

alt text

    1 answer 1

    Call actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS); after adding all the tabs, not before.