加载中
Android隐藏软键盘

 InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);  if (imm.isActive()) {   imm.hideSoftInputFromWindow(getCurrentFocus().getW...

2014/10/16 09:55
132

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部