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

Support for Light Dialogs in Dark Themed projects #113

Closed laszlo-major closed 9 years ago

laszlo-major commented 9 years ago

I might be missing something obvious in which case I apologize profusely, but is there a simple way to use light dialogs in a dark themed app now with v2.2.0?

There are projects which use dark theme as a base but light dialogs fit their visual identity better. In these cases there should be a way to force the library to keep using the light dialogs on a theme/project level.

Thanks!

davidvavra commented 9 years ago

You are not missing something obvious. We added method useDarkTheme() but not useLightTheme(). We will accept a pull request.