由于在FragmentActivity中配置SoftInputMode不好使,所以要在Fragment 中设定:getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);