如何在水平滚动视图(Android)中滚动按钮?
我想以水平方式滚动五个或更多按钮,例如
有五个按钮 1 , 2, 3, 4, 5
< 1 2 3 >
如果单击按钮 2,则按钮 1 向左移动且不可见,按钮 4 向左移动且可见。像这样,如果单击按钮 3,则按钮 1 和 2 将向左移动且不可见,然后按钮 4 和 5 将出现并可见。
我怎样才能在Android中实现这个想法呢?
I want to scroll a five or more buttons in horizontal way like
There are five buttons 1 , 2, 3, 4, 5
< 1 2 3 >
If click on button 2 then button 1 moves to left and invisible and button 4 comes to left and visible. Like this if clicked on button 3 then the buttons 1 and 2 are moves to left and invisible and then the buttons 4 and 5 are will comes and visible.
How can I implement this idea in Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用按钮项目列表的图库..
这将非常好..适合您的所有条件。
Try Gallery with list of button items..
It will be very good..for all your conditions.