摘要: InputMethodManager imm = (InputMethodManager) getActivity().getSystemService(getActivity().INPUT_METHOD_SERVICE);if (imm.isActive()) { imm.toggleSoftI... 阅读全文
posted @ 2014-12-05 13:45 仰望 星空 阅读(235) 评论(0) 推荐(0)