ChangeMode
ChangeMode copied to clipboard
作者,在fragment中不能够立即切换模式
@Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { //use //LayoutInflater.from(getActivity()).inflate(R.layout.fragment_test, container, false) //don't use // inflater.inflate(R.layout.fragment_test, container, false); return LayoutInflater.from(getActivity()).inflate(R.layout.fragment_test, container, false); }
加载布局文件用 LayoutInflater.from(getActivity())不要用参数inflater加载