Android软键盘覆盖EditText字段

时间:2023-02-16
本文介绍了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.

这篇关于Android软键盘覆盖EditText字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

上一篇:如何在 Android 中使用 InputFilter 限制 EditText 中的字符? 下一篇:有没有办法在 Android 中定义 EditText 的最小值和最大值?

相关文章

最新文章