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

Suggestion AlertDialog method signature compatibility #31

Open KennyGoers opened 8 years ago

KennyGoers commented 8 years ago

I was working on converting a project to use your very nice dialogs, the problem I have is that they are largely compatible concept wise to calling AlertDialog.Builder, but all the names and types change, making it very time consuming to change to using it. Unfortunately I also just noticed you made many breaking changes so this suggestion probably comes too late.

It would be very nice if you used the same names and types as the AlertDialog Builder to help with conversion to using your library.