Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序。我们已经在选项卡视图中实现了该功能。但我不想实现标签小部件。是否有任何其他实现选项卡的方式类似于选项卡,但不应该是选项卡小部件。
任何想法将不胜感激。
谢谢
您可以使用 ViewPager 视图。
http://android-developers.blogspot.be/2011/08/horizontal-view-swiping-with-viewpager.html
它的行为类似于选项卡,但顶部没有标题。