ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

A fluent tooltip for Android

Results 44 ViewTooltip issues
Sort by recently updated
recently updated
newest added

Because setCustomView is insufficient

Hi, i wonder if anyone could help with this... setting anchor point to a particular span in spannable instead of center of Textview? the tooltip always show in the middle...

I tried to set color `.color(int)` with `#8c1f7c82` which has alpha channel, text color is white, but I found that the output text is semi-transparent too. Is there way to...