标签:
InputMethodManager im = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
im.hideSoftInputFromWindow(view.getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
(注:view 是你要在哪里隐藏的view)
标签:
原文地址:http://www.cnblogs.com/niupi/p/5794610.html