在“联系人”等选项卡之间滚动Android 冰淇淋三明治中的应用程序
我的应用程序正在使用操作栏导航属性来显示导航选项卡...但您必须单击选项卡才能在它们之间切换,但我想更改选项卡只需向左或向右滚动,就像在“市场”应用程序中一样Android 4,或“联系人”应用程序,也在启动器中,
谢谢!
My app is using the Action Bar navigation properties to display tabs for navigation... but you have to click on the tabs to switch between them, but I would like to change tab just scrolling left or right like in the 'Market' app in Android 4, or the 'Contacts' app, also in the Launcher
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
PagerAdapters
和ViewPager
支持解决:http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.htmlSolved using
PagerAdapters
andViewPager
support: http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html