InputMethodManager inputMethodManager= (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); if(inputMethodManager!= null) { inputMethodManager.hideSoftInputFromWindow(getWindow().getDecorView().getWindowToken(),0); }
安卓 隐藏软键盘
最新推荐文章于 2023-12-26 16:36:12 发布