当前位置: 代码迷 >> Android >> android 代码封闭软键盘
  详细解决方案

android 代码封闭软键盘

热度:5   发布时间:2016-05-01 16:23:14.0
android 代码关闭软键盘

?InputMethodManager imm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);? ? ?

? ? ? ? imm.hideSoftInputFromWindow(editText.getWindowToken(), 0); ? ? ? ?

  相关解决方案