android-target-tooltip icon indicating copy to clipboard operation
android-target-tooltip copied to clipboard

How to you use in Java?

Open iamkdblue opened this issue 5 years ago • 2 comments

iamkdblue avatar Apr 18 '20 13:04 iamkdblue

the same question

kevin4dhd avatar Dec 29 '20 21:12 kevin4dhd

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);

GXSZone avatar Jan 26 '21 16:01 GXSZone