TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View

Results 84 TourGuide issues
Sort by recently updated
recently updated
newest added

as shown in the title,in case immersive mode, the overlay‘s height is wrong, see the screenshot below ### wrong ![image](https://user-images.githubusercontent.com/3376783/164185408-161f5ea6-6ab8-4a1a-af59-36a3371855f0.png) ### right ![image](https://user-images.githubusercontent.com/3376783/164185531-543178a9-658b-4677-8322-3ec54c2b0ff4.png)

Overlay leaves some space at the bottom in devices with onscreen buttons in navigation bar. It is fine with device with physical button.

Fix overlay not full screen in some devices (Issue 114) https://github.com/worker8/TourGuide/issues/114

Hi there tanks for TourGuide im using this lib but does work good on some devices, tooltip and ponter stays on wrong location i reed the tooltip code and problem...

The app on play store is missing activities like NavDrawerActivity, RoundedRectangleOverlayActivity etc.

Hi, I want to implement an app tour which mainly includes BottomNavigation items. I casted MenuItem to View like the code snippet below, but it doesn't do the trick (which...

I see that you changed the library language to kotlin, years back, but, I was using the java version of the same. Please point me to the java branch where...