Releases: sergivonavi/MaterialBanner
Releases · sergivonavi/MaterialBanner
v2.0.0
- Added methods to set buttons' text color individually
- Added methods to set a custom font
- The setMessage method takes a CharSequence instead of a String
- All listeners pass banner instance as a param
- Fixed dismiss animation
- Fixed vector drawables support on Android API less than 21
- Fixed onShow and onDismiss callbacks being triggered multiple times
- Rewritten in Kotlin
- Updated dependencies
v1.2.0
- stacking buttons if there is insufficient room to display them side by side;
- fixed measurement calculation that could lead to bad layout.
v1.1.0
- added methods to set text appearance of message and buttons dynamically (
setMessageTextAppearance
andsetButtonsTextAppearance
); - fixed the layout when icon, message and right button fit in one line and left button is not set (changed baseline of the buttons container).
v1.0.0
Initial release