When I call an progressDialog the whole window (background behind the progressDialog) is getting dark/grey.
I tried:
alertDialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
But this changes the background of the progressDialog it self. Is it possible to disable the dark/grey background behind the progressDialog?