当前重点关注的组件是什么?

发布于 2024-12-09 14:22:51 字数 192 浏览 1 评论 0原文

我有一些活动,并从该活动开始一项新的活动。这个(第二个)活动非常复杂,重点是我想知道哪个组件(哪个小部件)是重点关注的。

好吧,我的问题是我在某些设备上显示了软键盘(并且应用程序的相同版本启动带有隐藏键盘的活动 B)。

是否有任何命令或片段可以找到当前哪个组件(小部件)具有焦点?

编辑: 获取当前焦点返回 null :(

I have some activity and from that activity I start a new one. This (the second) activity is quite complex and the point is I want to know what component (which widget) is focused.

well my problem is that I have soft keyboard shown on some devices (and the same build of the app starts the activity B with hidden keyboard).

Is there any command or snipped that can find which of the component(widgets) has the focus at the moment ?

Edit:
getcurrent focus return null :(

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

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

发布评论

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

评论(1

欢烬 2024-12-16 14:22:51

此 Activity 的窗口上的 getCurrentFocus() 返回当前聚焦的视图。我在错误的地方调用了 getCurrentFocus :)。

getCurrentFocus() on the Window of this Activity returned currently focused view. I called getCurrentFocus in wrong place :).

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