在不使用 setSpacing 的情况下防止图库图像重叠

发布于 2024-12-02 12:15:29 字数 256 浏览 2 评论 0 原文

有没有办法在不使用 setSpacing 的情况下防止图库图像重叠?

我的画廊使用使用 g.onKeyDown(KeyEvent.KEYCODE_DPAD_RIGHT, null); 进行的自动旋转,这显然是以编程方式准确滚动它的最佳方式,但不幸的是,由于某种原因,设置间距会阻止 onKeyDown 工作。

或者也许有一种方法可以删除间距(不设置为 0)?想法是在滚动之前将其删除并在滚动后设置回来。

很高兴听到任何建议。

Is there a way to prevent gallery images from overlapping without using setSpacing?

My gallery uses auto rotation made with g.onKeyDown(KeyEvent.KEYCODE_DPAD_RIGHT, null); which is apparently is the best way to accurately scroll it programmatically, but unfortunately setting spacing prevents onKeyDown from working, for some reason.

Or maybe there is a way to remove spacing (not setting to 0)? Idea is to remove it right before scroll and set back after scroll.

Would be glad to hear any advices.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

昔梦 2024-12-09 12:15:30

如果您的问题是删除图库中的图像重叠,那么已经有一个解决方案。
如何控制图库图像的重叠?

If your problem is to remove image overlapping in a gallery, then there is already a solution.
How to controll overlapping of gallery images?

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