一些常用设置,标记一下
设置全屏:
?
设置软键盘不弹出:?
// 关掉软键盘((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(getCurrentFocus().getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);?
发布时间: 2012-08-22 09:50:35 作者: rapoo
一些常用设置,标记一下
设置全屏:
?
设置软键盘不弹出:?
// 关掉软键盘((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(getCurrentFocus().getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);?