How to display a Progress Wheel?

Inman

Well-Known Member
Licensed User
Longtime User
Is it possible to display just a progress wheel (the wheel that is shown on the left side of ProgressDialogShow), just like any other view that can be fixed to some part of the Activity?

For example in the below image of Appbrain app, you can see it at bottom right corner.

r6tv8.png
 

Inman

Well-Known Member
Licensed User
Longtime User
Great. I will add it to wish list section so that you can keep track conveniently.
 
Upvote 0

GaNdAlF89

Active Member
Licensed User
Longtime User
How can I set the progressbar color?
In the designer, I've set the indeterminate field to true. In Activity_Create I initialize it, then I set ProgressBar1.Color = Colors.Black. But It is white!!
I try also to put it in a black panel, but I don't see it!! Help me!!
 
Upvote 0

GaNdAlF89

Active Member
Licensed User
Longtime User
I've set indeterminate field to true in the progress bar, but I don't see it because the background of my app is white. I tried to put the bar in a grey panel, but I've not resolved...
What can I do to see it, without change the background color of my app?
 
Upvote 0
Top