您好,欢迎来到华拓网。
搜索
您的当前位置:首页android点击界面隐藏键盘

android点击界面隐藏键盘

来源:华拓网
public static void hideSoftInputView(Activity activity) {
    InputMethodManager manager = (InputMethodManager)activity.getSystemService(Context.INPUT_METHOD_SERVICE);
    if(activity.getWindow().getAttributes().softInputMode != 2 && activity.getCurrentFocus() != null) {
        manager.hideSoftInputFromWindow(activity.getCurrentFocus().getWindowToken(), 2);
    }

}

Copyright © 2019- huatuo3.cn 版权所有

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务