alertDialog = new ProgressDialog(this); alertDialog.setMessage(getResources().getString(R.string.loader)); alertDialog.setCancelable(false);
This question is a bit old, but if you are using AppCompat, just add this attribute:
@color/my_color_accent
In your style
Hope this helps!