android點擊Activity隱藏鍵盤

在監聽器的代碼中加入一行,就能夠隱藏鍵盤了。  ide

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

                imm.hideSoftInputFromWindow(pswTxt.getWindowToken(), 0);
相關文章
相關標籤/搜索