Is there any way to force stacked tabs? I want tabs separate of action bar (in a second row), even when landscape mode.
I am trying to force it but I can´t. For example, Twitter app in Android, when change to lanscape mode, continue showing two rows (tabs in a separate rows, which are known as stacked tabs).
Thanks!
Not only can you not force stacked tabs, you can't even force tabs -- Android can and will replace them with a drop-down list for navigation in some screen sizes and orientations.
Your only solution is to move away from action bar tabs, such as by using ViewPager
and PagerTabStrip
.