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

at net.i2p.android.ext.floatingactionbutton.FloatingActionButton.setSize(FloatingActionButton.java:103) at tourguide.tourguide.TourGuide.setupAndAddFABToFrameLayout(TourGuide.java:406) at tourguide.tourguide.TourGuide.startView(TourGuide.java:213) at tourguide.tourguide.TourGuide.access$000(TourGuide.java:27) at tourguide.tourguide.TourGuide$1.onGlobalLayout(TourGuide.java:199) at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:912) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1911) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1084) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5990) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767) at android.view.Choreographer.doCallbacks(Choreographer.java:580) at android.view.Choreographer.doFrame(Choreographer.java:550) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95)...

Keeps giving the error saying that library/version can't be found, where 1.0.16-SNAPSHOT works fine?

in setupToolTip do not call TextView.setTextColor

After we update TourGuide from `com.github.worker8:tourguide:1.0.14-SNAPSHOT@aar` to `com.github.worker8:tourguide:1.0.16-SNAPSHOT@aar` it start crashing in: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void f.a.a.a()' on a null object reference at tourguide.tourguide.TourGuide.cleanUp(TourGuide.java:130)...

Not only round rectangular but also something like setPadding in Overlay class. It looks like the supported version 1.0.17 is not synced with the current master commit. Maybe the version...

In the docs I see that we can set gravity for the tooltip (relative to the element), but how do I set a margin as well to finer control it?...

enhancement

I am supporting Arabic for my app and i have a floating action button that moves to the left of the screen. The overlay mirrors fine but the pointer and...