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

后端 未结 5 868
甜味超标
甜味超标 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:45

    Not sure if there is a better way, but you could get the spinner wheel on its own by using a ProgressBar and setting it to be interdeterminate. If you are using an AbsoluteLayout you can put it over other views. This layout should demonstrate this method with XML:

    
    
        
        
    
    

提交回复
热议问题