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

How to update anchorView position

jawegielewski opened this issue · comments

Let's say I have a custom view that position is not fixed and changes its x, y and scale. So how about such situation? How to use your class to be notified every time my custom view changes?

By the way: GOOD JOB :)

Unfortunately, it is not possible to update the tooltip position.

Related #82