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.
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!!
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?