如何制作可滚动的视图? (三星 Galaxy S 菜单、愤怒的小鸟季节级别菜单)
我的意思是,这种机制是如何实现的,有一些布局并在用户滚动屏幕时更改它们?我需要它看起来像三星 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您的意思是能够在不同的内容页面之间滑动吗?如果是这样,您可以使用 ViewFlipper 和 GestureDetector。
或者,如果您只是想让单个内容页面可滚动,您可以使用 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.
你需要的是名为 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
我想说它只是一个包含
ImageButton
的美化的ScrollView
在布局中嵌入
ScrollView
,使用必要的属性使背景透明并隐藏滚动条。巴达宾巴达繁荣I would say its just a glorified
ScrollView
containingImageButton
sembed the
ScrollView
in your layout, use the necessary attributes to make the background transparent and hide the scrollbar. bada-bing bada-boom