标签:
// 如果键盘是显示的,那么隐藏,反之亦然
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);
键盘的隐藏和显示
原文地址:http://www.cnblogs.com/rh1910362960/p/4256556.html