TourGuide
TourGuide copied to clipboard
Tooltip background color
I want tooltip background color to be transparent
me to
you can do it by setting background color like: .setOverlay(new Overlay().setBackgroundColor(Color.parseColor("#e5676768")))
me too
you can try setShadow(false) this solved my problem