android-target-tooltip
android-target-tooltip copied to clipboard
How to you use in Java?
the same question
the same question
new Tooltip.Builder(widget.getContext())
.anchor(x , y)
.showDuration(2000)
.text(contents)
.closePolicy(ClosePolicy .Companion.getTOUCH_ANYWHERE_CONSUME())
.create()
.show(widget , Tooltip.Gravity.TOP , false);