Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 EditText 打开自定义对话框时如何使用自定义键盘?
我在我的项目中使用键盘视图,我想在打开自定义对话框时显示我的自定义键盘
当显示自定义对话框时,键盘会显示在其后面,因此用户无法使用键盘键入。像这样的东西
检查本教程创建您自己的自定义键盘
此外,为了拦截键盘事件,您可以覆盖onTouch 事件,请参阅我发布的链接
onTouch