当前重点关注的组件是什么?
我有一些活动,并从该活动开始一项新的活动。这个(第二个)活动非常复杂,重点是我想知道哪个组件(哪个小部件)是重点关注的。
好吧,我的问题是我在某些设备上显示了软键盘(并且应用程序的相同版本启动带有隐藏键盘的活动 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此 Activity 的窗口上的 getCurrentFocus() 返回当前聚焦的视图。我在错误的地方调用了 getCurrentFocus :)。
getCurrentFocus() on the Window of this Activity returned currently focused view. I called getCurrentFocus in wrong place :).