ProgressIndicator spinning whole time

101 Views Asked by At

I'm using a ProgressIndicator and I want it to spin the whole time. It also would be great, if the %-Label will be invisible.

Thanks in Advance!

1

There are 1 best solutions below

1
On BEST ANSWER

Please watch out I think there are other threads with nearly the same question.

But anyway just do this in your initialize():

  loading.setProgress(-1);

Hope that helps!