- //隐藏软键盘
- ((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(WidgetSearchActivity.this.getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
- //显示软键盘,控件ID可以是EditText,TextView
- ((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)).showSoftInput(控件ID, 0);
如何控制Android软件盘的打开与隐藏
最新推荐文章于 2021-05-28 19:06:12 发布