1.3.5
🎈 Released a new version 1.3.5
! 🎈
🎉 Balloon has been featured on the official Google Dev library.🎉
What's New?
- Added:
setPaddingHorizontal
,setPaddingVertical
,setMarginHorizontal
, andsetMarginVertical
functions. - Fix: Lint shows error for dimen resource id. (#190)
- Fix: Move post runner inside of the if conditional and check isAttachedToWindow (#192, #197)
- Update: Invoke
dismiss()
instead of theonDestroy()
on Pause lifecycle event. (#186) - Update: A lot of internal refactoring.