获取 Android 上屏幕键盘视图的指针

发布于 2024-12-16 12:24:23 字数 191 浏览 1 评论 0原文

我正在努力将天文学应用程序中的所有 UI 元素着色为红色。我已经成功地对除屏幕键盘之外的所有内容完成了此操作。我需要获取对键盘窗口或视图的引用才能执行此操作。我在 API 中没有找到任何可以执行此操作的内容。

谁能给我建议一种方法来掌握这个?我看过一些帖子解释(黑客)如何学习何时显示或隐藏键盘,但没有真正获得对视图的引用。

谢谢 账单

I am working to tint all UI elements reddish in an astronomy app. I have successfully done this for basically everything except the onscreen keyboard. I need to get a reference to the keyboard's Window or View in order to do this. I have not found anything in the API for doing so.

Can anyone suggest a way for me to get hold of this? I have seen postings explaining (a hack for) how to learn when the keyboard is shown or hidden, but not to actually get a reference to the view.

Thanks
Bill

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

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

发布评论

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

评论(1

凹づ凸ル 2024-12-23 12:24:23

有人可以建议我如何掌握这个吗?

编写自己的输入法编辑器,希望用户使用。您不能以这种方式影响其他开发人员的代码。

Can anyone suggest a way for me to get hold of this?

Write your own input method editor and hope users use it. You cannot affect other developers' code this way.

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