Android中如何实现无限HorizontalScrollView
我在 HorizontalScrollView
中使用了按钮。通常当向右滚动
时,在最后一个之后 按钮我必须向左滚动
。但我想知道什么时候向右滚动
在最后一个按钮
之后,它应该显示第一个按钮
。不想 向左滚动
。
就像圆圈一样。
谢谢
I used buttons in HorizontalScrollView
. normally when scroll right
, after the last
button I have to scroll left
. But I want to know when scroll right
after the last button
it should show the first button
. not want toscroll left
.
just as circle.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何用horizontalScrollView 做到这一点,我认为这是不可能的,但我知道一个小部件,也许可以帮助你
http://code.google.com/p/android-wheel/
不幸的是,它只是垂直的,你不能在里面放按钮。我试图让它水平,但失败了。也许,如果你需要的话,你会得到更多的运气
I don't know how to do that trick with horizontalScrollView, i thought that it's impossible, but i know one widget, that maybe can help you
http://code.google.com/p/android-wheel/
unfortunatly, it's only vertical, and you can't put buttons into it. I tried to make it horizontal, but failed. Maybe, if you will need, you'll get more luck