如何制作可滚动的视图? (三星 Galaxy S 菜单、愤怒的小鸟季节级别菜单)

发布于 2024-10-07 17:41:40 字数 84 浏览 3 评论 0原文

我的意思是,这种机制是如何实现的,有一些布局并在用户滚动屏幕时更改它们?我需要它看起来像三星 Galaxy S 主菜单或愤怒的小鸟季节级别菜单。提前致谢。

How is this mechanism realized, I mean, having some layouts and changing them when user scrolls the screen? I need it to look like the Samsung Galaxy S main menu, or Angry Birds Seasons level menu. Thanks in advance.

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

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

发布评论

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

评论(3

临风闻羌笛 2024-10-14 17:41:40

您的意思是能够在不同的内容页面之间滑动吗?如果是这样,您可以使用 ViewFlipperGestureDetector

或者,如果您只是想让单个内容页面可滚动,您可以使用 ScrollView。

Do you mean being able to swipe between different pages of content? If so you can do this using a ViewFlipper and a GestureDetector.

Or if you just mean making a single page of content scrollable you can use a ScrollView.

演出会有结束 2024-10-14 17:41:40

你需要的是名为 Gallery 的 android 内置小部件。用 3 个视图填充图库,每个视图用一个 gridview 填充,然后就完成了

what you need is the android build in widget named Gallery. Populate the gallery with 3 views and each view with a gridview and there you have it

帝王念 2024-10-14 17:41:40

我想说它只是一个包含 ImageButton 的美化的 ScrollView
在布局中嵌入 ScrollView ,使用必要的属性使背景透明并隐藏滚动条。巴达宾巴达繁荣

I would say its just a glorified ScrollView containing ImageButtons
embed the ScrollView in your layout, use the necessary attributes to make the background transparent and hide the scrollbar. bada-bing bada-boom

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