2011-03-14 25 views

回答

3

這是你如何隱藏軟鍵盤。希望這可以幫助

InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); 
imm.hideSoftInputFromWindow(mUIShowInput.getWindowToken(), 0); 
相關問題