遮罩触摸手势 - android

发布于 2024-11-09 01:42:45 字数 190 浏览 2 评论 0原文

好吧,让我们做个基础,我有三个页面viewgroups),我可以像主屏幕一样滚动浏览它们。其中一个页面是一个画廊。现在的问题是在图库上进行任何滑动都会将页面更改为。是否可以将 trouch 手势限制在视图组的某个部分?

任何帮助表示赞赏。谢谢!

OK lets make this basic, I have three pages(viewgroups) which I can scroll through like the home screen. On one of the pages is a gallery. Now the problem is any swipes on the gallery case the pages to change to. Is it possible to restrict trouch gestures to a certain part of the viewgroup?

Any help appreciated. Thanks!

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

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

发布评论

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

评论(1

寄与心 2024-11-16 01:42:45

我遇到了同样的问题,只是我在表格布局中有按钮。重写视图组的dispatchTouchEvent()可以轻松地在页面之间切换。问题是该按钮不再收到点击。

I had the same problem, only that I had buttons in a table layout. Overriding the viewgroup's dispatchTouchEvent() made it easy to switch between pages. The problem is that the button's do not receive clicks anymore.

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