2013年11月9日 星期六

Android 關閉鍵盤輸入

InputMethodManager imm =(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);

imm.hideSoftInputFromWindow(my_editText.getWindowToken(), 0);

沒有留言:

張貼留言