ProgressBar dialog Without Border

前端 未结 2 1485
小鲜肉
小鲜肉 2021-01-16 11:25

I am displaying a ProgressBar in Android, as seen below:

\"alt

but there is a

2条回答
  •  野的像风
    2021-01-16 11:48

    After some experiments I got to the following:

    
    
        
    
    

    If I use this theme as a style for an Activity I get no frame. If you use this with the Dialog constructor: Dialog(context, theme) you get no frame.

提交回复
热议问题