I would like to show a modal progress \"wheel\" overlay on my view.
The ProgressDialog comes close, but I do not want the dialog background or border.
I tried se
Klarth's solution worked for me, thanks!
In my case I used the layout_gravity for center placement of the progress_indicator, rather than using explicit coordinates.