1.dialogfagment修改,onCreateView inflate view
public ViewonCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.dialog_intercom, null, false);
2.Adapter
adapter=new IntercomeAdapter(getChildFragmentManager(),list);
viewPager.setAdapter(adapter);
网友评论