android 키보드 내리기 hide keyboard


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

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


이방법이 안되면 아래와 같이

딜레이를 주고 키보드를 내리는 방법이 있다.