Why the background of ProgressDialog doesn't set to the transparent?

前端 未结 5 1312
悲&欢浪女
悲&欢浪女 2020-12-02 21:10

I want to set the back ground to the transparent , so I have set the following code in

styles.xml

In Activity/Fragment:

ProgressDialog pDialog = new ProgressDialog(this, R.style.TransparentProgressDialog);

提交回复
热议问题