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

Hello, thank you for the great library! I would like to update my project from using 1.x version of the library to 2.x, but unfortunately there is no upgrade guide....

In versions **release-2.0.1** and above, when displaying a tooltip above a view near the right margin, sending fitToScreen=True will cause that tooltip to be displayed alongside the view, instead of...

The methods have almost no documentation on how they work and what they do. In some methods its clear from the name but not from every one. For ex. then...

i have set this code in app style ``` true true ``` then its not working as well, tooltip view collapsed and shrink. How can i fixed this And i...

I'm spiking this library right now and every time I built the tooltip and anchor it to a view in a constraint layout, the tooltip only appears in the top...

Hello can help me how to fixed this one it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions (Tooltip.java:983) it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions (Tooltip.java:933) it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.calculatePositions (Tooltip.java:925) it.sephiroth.android.library.tooltip.Tooltip$TooltipViewImpl.onLayout (Tooltip.java:717) i use this version 'it.sephiroth.android.library.targettooltip:target-tooltip-library:1.3.15'

How can i change the text color ?

When using a custom style for the popup you may want to set the text color too. For now this seems only possible with creating a custom layout with the...

On my application, I have to show the copy tooltip and execute copy function when clicking it and hide it whenever touching on the screen. To fix this scenario, I...