嵌套在屏幕 android 中的所有视图的事件

发布于 2024-12-25 15:58:40 字数 154 浏览 2 评论 0原文

我有一个视图,其中嵌套了许多子视图(例如:LinearLayout、Edittext、Imageview、Button...)。在 Edittext 中填充文本后,我想将屏幕中所有视图(触摸/单击任何位置)的一个事件发送到新屏幕。我也在很多论坛上参考过,但找不到我的问题。请帮我解决这个问题吗?

I have a view with many child views nested in it (example: LinearLayout, Edittext, Imageview, Button...). After fill the text in Edittext, I want to send one event for all view in the screen (any position is touched/clicked) to the new screen. I also ref in many forum but can not find out my problem. Please help me this problem?

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

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

发布评论

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

评论(1

挽心 2025-01-01 15:58:40

我不确定,但我认为您可以使用 ViewGroup 的 getChildCountgetChildAt 函数。对于所有孩子,您都可以称之为此活动。

I'm not sure but I think that you can use getChildCount and getChildAt functions of ViewGroup. And for all childs you can call this event.

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