TongHongYu
Results
1
comments of
TongHongYu
加一个焦点监听,避免键盘失去焦点后收起 @Override public void onFocusChange(View v, boolean hasFocus) { if (hasFocus) { showSoftInput(); } else { hideSoftInput(); } }