收起软键盘

2017-01-03  本文已影响0人  山岭巨人郭敬明
InputMethodManager imm = (InputMethodManager) getSystemService(
                          Context.INPUT_METHOD_SERVICE);
                    if (imm != null) {
                        imm.hideSoftInputFromWindow(getWindow().getDecorView()
                        .getWindowToken(),0);
                    }
上一篇 下一篇

猜你喜欢

热点阅读