I'm trying to change my ProgressDialog
Spinner color, I found dozens of tutorials to peform this, but they are from 3 or 4 years ago, doesn't work anymore, like here,here and here, not working. I was able to change the color by changing the colorAccent
on styles byt that would be change a lot of stuffs from my design.
I just have this :
progressDialog = new ProgressDialog(SignUpActivity.this);
progressDialog.setMessage("Loaging....");
progressDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
progressDialog.show();