javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

Various Issues #37

Open KennyGoers opened 7 years ago

KennyGoers commented 7 years ago

My application uses either a light or dark theme, the dialogs don't follow that theme, could you follow the theming in the supplied context instead of your own? It especially becomes an issue when using custom views as there is no access to the context you provide.

Another issue is that it would be nice to be able to supply a tint for the icon, mine are dark as they are easier to work with, but I have to manually tint them for all dialogs.