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.
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.