获取 Android 上屏幕键盘视图的指针
我正在努力将天文学应用程序中的所有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编写自己的输入法编辑器,希望用户使用。您不能以这种方式影响其他开发人员的代码。
Write your own input method editor and hope users use it. You cannot affect other developers' code this way.