标签:boa from ide token pre method getc some text
1. 隐藏软键盘
private void hideKeyboard() { final Activity activity = getActivity(); if (activity != null) { View view = activity.getCurrentFocus(); InputMethodManager imm = (InputMethodManager) activity.getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(view.getWindowToken(), 0); } }
标签:boa from ide token pre method getc some text
原文地址:https://www.cnblogs.com/kunkka/p/10275571.html