Android 软键盘问题
我的主要活动中有一个 EditText 小部件。当 EditText 小部件获得焦点时,将显示软键盘,当 EditText 小部件失去焦点时,将显示软键盘。但是,我想一直显示软键盘,直到主要活动是“销毁”。如何做到这一点?
I have an EditText widget in my main activity. when the EditText widget get the focus, the soft key board displays, when the EditText widget loses the focus. However, I want to display the soft key board all the time, until the main activity is Destroy. How to do this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过将以下内容添加到清单文件中的活动标记来做到这一点
You can do that by adding following to activity tag in your manifest file
//显示软键盘
//试试这个
//To show softkeyboard
//try this