Version 1.3.9
- Changed the close policy creation. Now there's a builder for it. See the changes to the Builder
closePolicymethod. - Added static methods
removeandremoveAllin the main Tooltip class. - Added
android:layout_marginsas property of theTooltipOverlaystyle.
Version 1.3.8
- Removed useless TooltipManager, now just use Tooltip.make(..)
- Added
floatingAnimationparameter for the builder. This will enable a nice floating animation on the tooltip. - Added
ttlm_elevationattribute for the TextView. Enable the view elevation on android-21
Version 1.3.7
- Added overlay pulse touch.
- Tooltips now follow correctly the target anchor
Version 1.3.0
- Added
android:textAppearancein the TooltipLayout style - Now tooltip follows the target view layout changes.