ProgressDialog dialog = ProgressDialog.show(ctx,null,null);
dialog.getWindow().setGravity(Gravity.CENTER);
dialog.setContentView(new ProgressBar(ctx));
dialog.getWindow().setBackgroundDrawableResource(android.R.color.transparent);
I need to change color of loading circle