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

Adding button listeners #106

Closed baneizalfe closed 9 years ago

baneizalfe commented 9 years ago

Hi, Are you planning on adding an option to add button listeners with Builder instead of implementing them on Activity level?

davidvavra commented 9 years ago

Sorry that's not possible with DialogFragments. Your listener would stop working after user rotates the device.