如何在eclipse中制作可滚动的行?
我想知道如何在屏幕底部制作滚动条以预览拍摄的照片。 Stock ICS Gallery 使用我想要的精确滚动,但我不知道从哪里开始。
基本上我想做的是一个执行以下操作的应用程序: - 第一次打开应用程序时,屏幕底部会出现一个空白滚动条,并且还有一个按钮,单击后可打开手机上的库存相机 - 当您拍照时,图片会自动保存到应用程序自己的数据库中并显示在滚动条中 - 当拍摄多张照片时,滚动条将充满这些照片,
这样您就知道我想做什么。
I was wondering how to make scrollbar at the bottom of the screen for previewing taken photos. Stock ICS Gallery uses exact scrollable that I want, but I have no idea where to start..
Basiclly what I want to do is an app that does the following:
- when app is opened for the first time there is a blank scrollbar at the bottom of the screen and there is also a button which opens stock camera on the phone when clicked
- when you take a picture, picture is automaticly saved to applications own database and displayed in scrollbar
- when there are several pictures taken, scrollbar would be full of those pictures
Just so you have an idea what I want to do..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定你在这里的意思,但你可以使用像
layout.xml这样的
Gallery
:代码:
I am not exactly sure what you mean here, but you could use a
Gallery
likelayout.xml:
code: