InputMethodManager immhide = (InputMethodManager) getSystemService(Activity.INPUT_METHOD_SERVICE); immhide.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0);
ref : http://ellordnet.tistory.com/28
InputMethodManager immhide = (InputMethodManager) getSystemService(Activity.INPUT_METHOD_SERVICE); immhide.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0);
ref : http://ellordnet.tistory.com/28
댓글
댓글 쓰기