我可以做这个:
((Activity) mContext).setProgressBarIndeterminateVisibility(true);
但不是这个:
((Activity) mContext).setSupportProgressBarIndeterminateVisibility(true);
It says this method is undefined for the type Activity
谁能告诉我如何正确使用它的支持版本?
我可以做这个:
((Activity) mContext).setProgressBarIndeterminateVisibility(true);
但不是这个:
((Activity) mContext).setSupportProgressBarIndeterminateVisibility(true);
It says this method is undefined for the type Activity
谁能告诉我如何正确使用它的支持版本?