ProgressDialog progress = new ProgressDialog(this);
AlertDialog alert = progress; // not sure if you need this bit, required for what I do
ProgressBar prog = (ProgressBar)progress.findViewById(android.R.id.progress);
prog.getIndeterminateDrawable().setColorFilter(new LightingColorFilter(0xFF000000, 0xFFFFFF));