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