WEB开发网
开发学院手机开发Android 开发 android中隐藏以及显示软键盘代码 阅读

android中隐藏以及显示软键盘代码

 2010-05-28 14:58:00 来源:WEB开发网   
核心提示://隐藏软键盘 ((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(WidgetSearchActivity.this.getCurrentFocus().getWindowToken(), Input

//隐藏软键盘 ((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);

Tags:android 隐藏 以及

编辑录入:coldstar [复制链接] [打 印]
赞助商链接