worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

Show tooltip for offscreen views #63

Open nologinatgit opened 8 years ago

nologinatgit commented 8 years ago

My fragment contains a NestedScrollView and a few buttons are not visible until scrolled down. If I set TourGuide to show their tooltips, I can't see anything but some overlay on the whole screen.

Is there a way to make TourGuide scroll to the view it shows tooltip for?