I am using a progressbar, yet it appears to be all in white. When I used the same code on a previous project, I got a black background and it looked perfect. How can I change it so that the background is black again. I use this code to launch the progressbar
ProgressDialog.show(this, "", "Searching...", true);
Do I need to set something in my xml file for this screen?