Resources for Developers
InputMethodManager IMM = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); IMM.hideSoftInputFromWindow(v.getWindowToken(), 0);
No comments:
Post a Comment