문제

Is there any way, how to set that the Navigation Tabs will be displayed below Action-bar every-time? On my phone is the view like I want it to be - tabs below Action-bar - but on tablet are the tabs inside the Action-bar.

Is there any way how to accomplish that?

올바른 솔루션이 없습니다

다른 팁

You can not force tabs to be below the action bar. You can, however, roll-your-own with a ViewPager and PagerTabStrip. See the post below:

Force stacked tabs

Also, the Android Developers docs have some info:

http://developer.android.com/training/implementing-navigation/lateral.html#PagerTitleStrip

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top