设置软键盘弹出方式不管用 有没有其他方法
不管用一般是布局有问题
提供一个小思路,全屏会让listview自适应压缩失效
在清单中给acitivy设置属性android:windowSoftInputMode="stateHidden|adjustPan"就行了
这个不管用啊 我试了