I’ve been using Android ProgressBar quite a lot.
The only thing here is for a specific app, i need the ProgressBar not to have a translucent background. I mean you can still see the View behind it as the progressbar is semi-transparent.
Actually I need a full background opacity (black, white, doesn’t matter). As long as the panel behind could be hidden using the progress bar.
I cannot just use the Panel behind itself and set a background as it’s a Web Panel (where JS stuff is happening).
Thanks for your replies
regards
I solved my issue.
Actually i created my own Custom Progress Bar.
An example can be found here :
Create you Custom Progress Dialog
Then i just blured the background of the dialog using this approach :
Blur Dialog
Hope that helps !