关闭输入法
//关闭输入法
InputMethodManager inputMethodManager = (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.hideSoftInputFromWindow(foodFindEditText.getWindowToken(), 0);
发布时间: 2012-09-12 09:21:30 作者: rapoo
关闭输入法
//关闭输入法
InputMethodManager inputMethodManager = (InputMethodManager)getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.hideSoftInputFromWindow(foodFindEditText.getWindowToken(), 0);