在对应的ListView中添加android:descendantFocusability="beforeDescendants"在AndroidManifest.xml对应的Activity里加android:windowSoftInputMode="adjustPan"
在EditText的父级控件中找一个,设置成 android:focusable="true" android:focusableInTouchMode="true"