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

public BaseDialogFragment create() #76

Closed andreabellitto closed 9 years ago

andreabellitto commented 10 years ago

partial commit 1

davidvavra commented 9 years ago

Hi, thanks for your contribution! However the create() function is private on purpose. You should do the processing before you supply parameters to the builder and then show it.