ViewPager
据我所知,有组件ActionBar
可以支持“标签导航”模式,但它们在标签之间没有中间标签指示器,只是定位在标签下方TextView
。
Google Play 应用程序如何实现此功能:POSITIONING linked with transition?
ViewPager
据我所知,有组件ActionBar
可以支持“标签导航”模式,但它们在标签之间没有中间标签指示器,只是定位在标签下方TextView
。
Google Play 应用程序如何实现此功能:POSITIONING linked with transition?
android:actionBarTabStyle
您可以通过使用ActionBarSherlock库来实现这一点。
我对此并不完全了解,但希望您知道 Android 团队已经在 I/O 2013 Android 应用程序中集成了相同的模式,并且很快就会开源。
我刚刚遇到一个可以满足您要求的库,请查看:https ://github.com/astuetz/PagerSlidingTabStrip