摘要: 1. 隐藏软键盘 private void hideKeyboard() { final Activity activity = getActivity(); if (activity != null) { View view = activity.getCurrentFocus(); InputM 阅读全文
posted @ 2019-01-16 10:18 Kunkka_An 阅读(379) 评论(0) 推荐(0) 编辑