Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

change progressdialog background

In my android application I am using progress dialog in my splashscreen. I would like to see only the progressbar with loading message without the background. Is there any way that I can change the background to transparent in Android?

Please share your valuable suggestions.

like image 333
Remmyabhavan Avatar asked Nov 14 '22 07:11

Remmyabhavan


1 Answers

ProgressBar should be placed on the Layout and then you have to set or change the progressbar in your activity.

Beware of setting the background before setting max, min, progress and text or it will not render correctly.

like image 88
TheBigCheese Avatar answered Dec 26 '22 05:12

TheBigCheese