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.
可能重复: Android:当焦点位于 EditText 上时自动显示软键盘
我想在弹出对话框立即输入文本时显示软键盘?(我使用android 2.3.3)我已经搜索过了。但是我发现的所有解决方案都不起作用?帮我!!!
如果你有自定义对话框,所以你可以设置 editText 请求焦点......所以它会显示键盘:
<EditText ... > <requestFocus /> </EditText>