문제

I know this question, but because it's 2 years old and there were many SDK updates I'm asking again.

Are there any native methods to check the visibility of the indeterminate ProgressBar in the ActionBar?

I know how to make it visible / gone.

requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
setProgressBarIndeterminateVisibility(true / false);

But it seems that this is still the only option to interact with the Progressbar.

Do I still have to use a boolean or an indicator in general, to check if the visibility was altered?

도움이 되었습니까?

해결책

its still the same. Thats what backward compatibility is here for :D

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top