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

Button listeners for ListDialogFragment #73

Closed ultraon closed 10 years ago

ultraon commented 10 years ago

Hi, we need such listeners ISimpleDialogListener, ISimpleDialogCancelListener for ListDialogFragment

davidvavra commented 10 years ago

How about IListDialogListener?

ultraon commented 10 years ago

IListDialogListener contains only onListItemSelected() method, but what about onCancel()?

davidvavra commented 10 years ago

You are free to submit a pull request with IListDialogCancelListener

ultraon commented 10 years ago

Done