1.在AndroidManifest.xml中加入(加入到对应的activity中)
<activity android:name=".ThreeActivity" android:windowSoftInputMode="adjustPan"/>
2.在xml中的ListView加以下属性
android:descendantFocusability="beforeDescendants"重新运行即可
1.在AndroidManifest.xml中加入(加入到对应的activity中)
<activity android:name=".ThreeActivity" android:windowSoftInputMode="adjustPan"/>
2.在xml中的ListView加以下属性
android:descendantFocusability="beforeDescendants"重新运行即可