Releases: javiersantos/MaterialStyledDialogs
Releases · javiersantos/MaterialStyledDialogs
Version 1.1.1
- Added more durations to the dialog animation. See
.withDialogAnimation(Boolean, Duration)
for details. show()
method doesn't build the dialog again if it has been built before.
Version 1.1
.withAnimation(Boolean)
has been deprecated, use.withIconAnimation(Boolean)
instead.- Added
.withDialogAnimation(Boolean)
to enable an enter and exit animation to the dialog. .setIcon()
and.setHeaderDrawable()
now works with Drawable and resource identifier.- Bug fixes.
Version 1.0.1
- Fixed
setHeaderColor(int)
not working properly.
Version 1.0
- Initial release