avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

Allow Override ProgressDialog #48

Closed lightglitch closed 10 years ago

lightglitch commented 10 years ago

I wanted to change the @style/SDL.Progress to extend from different theme.

tomas-vondracek commented 10 years ago

If I'm not mistaken, you can create style with the same name, that will "override" style in library.

lightglitch commented 10 years ago

Humm, I will try it.