lewisjdeane / L-Dialogs

A small library replicating the new dialogs in android L.
567 stars 100 forks source link

Listeners signature change and default dismiss #37

Closed georgelee1 closed 9 years ago

georgelee1 commented 10 years ago

I have changed the signature of the action listeners and stopped the default dismissing of the dialog. The default Android behaviour for dialogs is to leave it to the listener to control the dismissing, this allows the developer to fully control the behaviour of the dialog.