1.重新设置了listview.setadapter之后 ,是否要重新加载listview.headView.orFootView?
2.android输入法问题
//弹出 输入法、
InputMethodManager imm = (InputMethodManager) context
.getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.RESULT_UNCHANGED_SHOWN, InputMethodManager.HIDE_NOT_ALWAYS);
3.listview
浙公网安备 33010602011771号