Android 软键盘覆盖 EditText 字段
问题描述:
有没有办法让屏幕滚动以允许看到文本字段?
Is there a way to make the screen scroll to allow the text field to be seen?
答
请问如何控制软键盘打开时显示的内容?您可能想要使用 windowSoftInputMode.有关更多讨论,请参阅开发人员文档.
Are you asking how to control what is visible when the soft keyboard opens? You might want to play with the windowSoftInputMode. See developer docs for more discussion.