标签:
public void hideSoftInput() { InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); inputMethodManager.hideSoftInputFromWindow( mSearchEditText.getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS); }
标签:
原文地址:http://www.cnblogs.com/maxiaodoubao/p/4689595.html