消息
This commit is contained in:
@@ -33,6 +33,7 @@ public ProgressDialog progressDialog;
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(getLayoutId(), null);
|
||||
|
||||
mDataBinding = DataBindingUtil.bind(view);
|
||||
onCreateVew(inflater, savedInstanceState);
|
||||
progressDialog=new ProgressDialog(getActivity());
|
||||
|
||||
Reference in New Issue
Block a user