tomergoldst / tooltips

Simple to use library for android, enabling to add a tooltip near any view with ease
835 stars 97 forks source link

Tooltip is not moving in Scrollview! #9

Closed khaledkhj closed 7 years ago

khaledkhj commented 8 years ago

Thank you for this great library, but there is an issue here in using ScrollView or NestedScrollView! Tooltip keeps it location as it was shown the first time, and not moving if we scroll up or down!

tomergoldst commented 7 years ago

The tooltip is added to the layout you provided when you constructed the tip. If you specified a layout that is not part of the scrollView then it will remain at a fixed position. If you which the tooltip to move when scrolling you have to add it to a layout under the scrollView