Android Gallery 更改默认布局
我正在尝试实现一个始终从左侧而不是屏幕中心开始的画廊。
我已经重写了 onLayout 和 onDraw 方法,并且它第一次工作,但是如果我滚动图库,它会再次将自身居中到中心。
您知道如何实施吗? 或者我正在考虑备份解决方案:是否可以制作水平列表视图?
I am trying to implement a gallery which always starts from left rather than center of the screen.
I have already overridden onLayout
and onDraw
methods and it works for the first time, but if I scroll the gallery, it again center itself to center.
Do you have any idea how to implement this?
Or I am thinking of backup solution: if it's possible to make an horizontal listView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
参考这个问题:
Android水平滚动列表
Refer to this question:
Android horizontal scroll list
最后我使用了下面链接中的Android Horizontal ListView,并进行了一些修改以满足我的需求
http://www.dev-smart.com/archives/34
Finally I used Android Horizontal ListView from below link with some modificqations to suit my needs
http://www.dev-smart.com/archives/34