Android: How to Create a Modal Progress “Wheel” Overlay?

后端 未结 5 865
甜味超标
甜味超标 2021-02-15 17:58

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

5条回答
  •  说谎
    说谎 (楼主)
    2021-02-15 18:43

    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.

        
    

提交回复
热议问题