douglasjunior / android-simple-tooltip

A simple library based on PopupWindow to create Tooltips on Android. 💚

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for tooltip to set position of anchor with Spannable textview

snehas13 opened this issue · comments

In my project i have TextView with Spannable String which contains both text and image. The image with info icon is displayed next to the end of the text.
I want to display tooltip on click on image (info icon) in spannable String.
Let me know how to achieve this with your library.

Today the tooltip only can be positioned in a View.