My app extends Theme.AppCompat.Light
and the material-styled dialogs appear with white background, black text color, and green buttons (spinner in ProgessDialog
is also green).
I would like to change the color and font of the text, and also the color of the buttons and spinner.
How can I do it?
I found this post but the XML solution doesn't work for me and the other answers are third party libs that don't have a ProgressDialog
.
Thanks!