隐藏键盘方法

来源:互联网 发布:金大川和melody知乎 编辑:程序博客网 时间:2024/05/16 11:30

 

 

  InputMethodManager imm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
   imm.hideSoftInputFromWindow(LabelEdit.this.getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);

//LabelEdit 当前Activity
0 0
原创粉丝点击