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

mTextColor in class ToolTip is never be used

hi about listview , i have listview in my drawer and want to use TourGuide to introduce my drawer (that include listview) any idea ?

bug
fixed-on-next-update

Added an animation for Technique.HorizontalRight on a Pointer (used swipe left animation and inverted the x-translation)

I want to disable my control's click when it's highlighted. My code : ``` ChainTourGuide.init(activity) .setToolTip(new ToolTip() .setBackgroundColor(activity.getResources().getColor(R.color.color_help_text_background)) .setDescription(message) .setGravity(gravity) ).setOverlay(new Overlay() .disableClick(true) .setEnterAnimation(getEnterAnimation()) .setExitAnimation(getExitAnimation()) .setOnClickListener(new View.OnClickListener() { @Override public...

In order to run a sequence, you must at least supply 2 TourGuide into Sequence using add()

Hey, If the app is currently in immersive mode, then the overlay doesn't cover the invisible nav bar. As the attached screenshot shows, the lighter bar at the bottom is...

You definetely cannot understand View measuring process and write such code: `mToolTipViewGroup.measure(FrameLayout.LayoutParams.WRAP_CONTENT, FrameLayout.LayoutParams.WRAP_CONTENT);` You have to pass an int representing a MeasureSpec, this done with MeasureSpec.makeMeasureSpec(int, int) static methods. By...

hello guy, how implement for Icon menu drawer and item menu navigation drawer ? any example ?

Is there any way to change the radius of the pointer ?? As my view is very big, the pointer covers most of my screen. I want to define the...

If the TourGuide overlay is up and you click back/home/recents button and come back to the app then the TourGuide overlay shows up fine but the highlighted UI element becomes...