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 AppCompat 22.1+ #121

Open davidvavra opened 9 years ago

davidvavra commented 9 years ago

Support library 22.1+ introduces dialog styling. It's no longer required to emulate that in this library. However this library has useful simple API for DialogFragments. We should remove the custom styling, replace it with AppCompat's, but keep the simple API.