Hi
I am displaying a ProgressDialog over my ListView while some data is loading in another thread. But I want the dialog to be displayed with a transparent background so that only the ProgressBar is displayed.
I know we can simply add a ProgressBar to the activity but then is it possible to display the ProgressBar overlapping the ListView?
Any help?
Thanks.

