TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

Doesn't work with DialogFragments

Open ethpran opened this issue 10 years ago • 0 comments

Any attributes applied to a TourGuide object which is anchored on a View within a DialogFragment show up below the DialogFragment, thus not achieving the desired effect. I think this is because TourGuide elements (Overlay, Tooltip, etc...) are rooted in Activity.getWindow().getDecorView(). I think there should be an option to specify a parent ViewGroup for these elements.

ethpran avatar Aug 04 '15 09:08 ethpran