软键盘在 Android 中挤压文本编辑框

Soft-keyboard squeezes textedit box in Android

如何解决以下问题?我想要发生的是输入 window 被软键盘取代,而不是被挤压。

android:windowSoftInputMode="adjustPan" 添加到 AndroidManifest.xml

中的 activity 标签