Android Froyo 中的滚动选项卡

发布于 2024-12-02 13:43:22 字数 265 浏览 1 评论 0原文

新的 Android Market(2011 年 7 月新推出)有几个我非常喜欢的 UI 模式。他们似乎复制了一半的 Windows Phone 7 磁贴,还引入了 Honeycomb 的操作栏组件的副本,并且在其下方有一个非常吸引人的选项卡栏。

我知道 ActionBarSherlock 在复制操作栏方面做得非常完美,但我希望有人知道标签栏的现成解决方案。它应该足够简单,易于复制(只需一些与视图一起横向滚动的文本标签),但我的时间很短,经验也有限。

有谁知道这个的好组件或演示?

The new Android Market (new sometime July 2011) has a couple of UI patterns that I like a lot. They seem to have half-copied the Windows Phone 7 tiles and also brought in a copy of the Action Bar component from Honeycomb and they have a very attractive tab bar just beneath that.

I know ActionBarSherlock does a pretty much perfect job of copying the action bar, but I was half-hoping someone knew of a ready-made solution for the tab bar. It should be simple enough to copy (just a few text labels that scroll sideways along with the views), but my time is short and experience limited.

Does anyone know about a good component or demo of this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

归途 2024-12-09 13:43:22

您需要将 兼容性库 添加到您的项目中。您正在寻找的小部件是

ViewPager:管理子视图布局的 ViewGroup,
用户可以在其中滑动。

PagerAdapter:用视图填充 ViewPager 的适配器
代表每个页面。

另请从 Android Dev 中查看

You need to include Compatibility Library to your project . The widget you are looking for is

ViewPager: A ViewGroup that manages the layout for the child views,
which the user can swipe between.

PagerAdapter: An adapter that populates the ViewPager with the views
that represent each page.

Also check this out from Android Dev

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文