1

私がすることができます:

 ((Activity) mContext).setProgressBarIndeterminateVisibility(true);

しかし、これではありません:

 ((Activity) mContext).setSupportProgressBarIndeterminateVisibility(true);

It says this method is undefined for the type Activity

これのサポート版を適切に使用する方法を誰か教えてもらえますか?

4

1 に答える 1