我注意到最近有一些应用程序使用了一种制表效果,但它不是我认为的“普通”制表符控件。 “标签”不是很高,一次只能在屏幕上显示3个。向左或向右滚动屏幕会显示另一个标签,而其中一个标签消失(很难描述)。
我在BBC iPlayer Radio应用程序和TuneIn app上看过它。
下图显示了我对这两个应用程序的意思(虽然不是滑动位)。
http://i42.tinypic.com/28buosy.png
他们是如何做到的?
答案 0 :(得分:2)
这是ViewPagerIndicator
。它不是本地提供的,但有一个库:https://github.com/JakeWharton/Android-ViewPagerIndicator
它们与ViewPager
:http://developer.android.com/reference/android/support/v4/view/ViewPager.html
答案 1 :(得分:1)
另一种选择是Pager Sliding TabStrip:
https://github.com/astuetz/PagerSlidingTabStrip
Play商店还有一个示例应用: https://play.google.com/store/apps/details?id=com.astuetz.viewpager.extensions.sample