douglasjunior / android-simple-tooltip

A simple library based on PopupWindow to create Tooltips on Android. 💚
MIT License
802 stars 192 forks source link

Support for tooltip to set position of anchor with Spannable textview #113

Closed snehas13 closed 2 years ago

snehas13 commented 3 years ago

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.

douglasjunior commented 2 years ago

Today the tooltip only can be positioned in a View.