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

Create Toast like tooltips, but targets can be specified, plus custom properties and features

Results 91 android-target-tooltip issues
Sort by recently updated
recently updated
newest added

cannot upgrade implementation 'com.github.sephiroth74:android-target-tooltip:2.0.5'

I am using \n & \t in text. But it is not showing next line & tab space in UI. Could you please guide me ?

I am trying to place a tooltip to the bottom-right of a view, which happens to be at the right most side of the screen. However, not using `fitToScreen` ends...

i show this tooltip in fragment A,when it's showing,I switch to Fragment B,the tooltips is still showing,how Can i Fix this problem

Not able to click outside as long as the tooltip shown

A documentation on how close policy works is required. Where may I find it? Especially, I want to know what does the `consume` boolean means and does?

Currently when dismissing the tooltip the overlay view is not removed from the parent view, when trying to show it again the code tries to add the view to the...