본문 바로가기
프로그래밍/Android(Java)

[Android] 소프트 키보드(키패드) 닫기

by 쿼카퀀트 2019. 9. 29.
728x90
InputMethodManager inputMethodManager = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);


inputMethodManager.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
728x90

댓글