一些常用设置,标记一上

一些常用设置,标记一下设置全屏:?设置软键盘不弹出:?// 关掉软键盘((InputMethodManager) getSystemServic

一些常用设置,标记一下

设置全屏:

?

设置软键盘不弹出:

?

// 关掉软键盘((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(getCurrentFocus().getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);
?