How do you go about Dimming the background of a progressbar? I have had a look around and saw solutions like creating a custom Dialog box?
Is this really the only way to do this?
How do you go about Dimming the background of a progressbar? I have had a look around and saw solutions like creating a custom Dialog box?
Is this really the only way to do this?
Yes, you will have to create custom dialog box for that purpose, having set the background opacity of dialog less than 100%.
This thread contains good examples for Custom Dialog : How to create a Custom Dialog box in android?