2018-04-27
2018-04-27 本文已影响0人
Fez_F2z
Android开发~点击其它控件弹出软键盘
InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);