Swype键盘在EditText上重叠

Viv*_*vek 1 android android-widget android-layout

我有2个线性布局.一个包含列表视图,另一个包含EditText.当我在EditText中键入时,swype键盘重叠在其上.如何使EditText浮动?(意味着当swype键盘出现时,EditText应该站在它的顶部.我在大多数应用程序上看到了这样的功能.)

Ris*_*shi 5

把android:windowSoftInputMode ="stateVisible | adjustResize | adjustPan"

在您的活动被声明的清单文件中