当前位置: 代码迷 >> Android >> android 统制软键盘消失
  详细解决方案

android 统制软键盘消失

热度:77   发布时间:2016-05-01 20:45:08.0
android 控制软键盘消失
   InputMethodManager imm =(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);  imm.hideSoftInputFromWindow(mEditText.getWindowToken(), 0); 
  相关解决方案