Android Gallery 更改默认布局

发布于 2024-10-30 02:26:48 字数 145 浏览 5 评论 0原文

我正在尝试实现一个始终从左侧而不是屏幕中心开始的画廊。
我已经重写了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

乄_柒ぐ汐 2024-11-06 02:26:48

参考这个问题:

Android水平滚动列表

Refer to this question:

Android horizontal scroll list

话少情深 2024-11-06 02:26:48

最后我使用了下面链接中的Android Horizo​​ntal 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文