Android EditText取消焦点并关闭输入法

来源:互联网 发布:qq for ubuntu 14.04 编辑:程序博客网 时间:2024/06/16 06:41

editMessage.clearFocus();//取消焦点
((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE))
.hideSoftInputFromWindow(ChatActivity.this
.getCurrentFocus().getWindowToken(),
InputMethodManager.HIDE_NOT_ALWAYS);//关闭输入法

0 0
原创粉丝点击