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

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

    In order to create a full screen progress on a darkened background I use a FrameLayout and set the visibility of the RelativeLayout to VISIBLE when required or GONE when the long operation is done:

    
    
    
        
    
            
    
                
    
        
       
    
       
    
           
    
        
    
    

提交回复
热议问题