1.1.6
🎉Released a new version 1.1.6!🎉
What's New?
- Used ViewBinding instead of Kotlin synthetic for increasing the performance of the inflating views.
- Setting arrow LEFT messes view for custom layouts (#48)
- Arrow not it the right place on Android 23 (#45)
- ClassNotFoundException on App StartUp (#37)
- Added
setFocusable
attribute and the default value istrue
(#49)
setFocusable
Before the balloon can not dismiss automatically when pressed the back button, and we can touchable other views and balloons when a balloon popup is already showing.
From this release, the balloon popup is one target base by default, so if we press the back button, the balloon popup will be dismissed (we don't need to use OnBalloonOutsideTouchListener for dismissing), and it will be dismissed automatically if we touch outside of the balloon popup.
We can control these functionalities using the setFocusable
method (like before version).