- // hide 虛擬鍵盤
- getWindow().setSoftInputMode(
- WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
- // close input method after send
- final InputMethodManager iMM = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
- iMM.hideSoftInputFromWindow(contentTextEdit.getWindowToken(), 0);
沒有留言:
張貼留言