TourGuide
TourGuide copied to clipboard
Doesn't work with DialogFragments
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.