worker8/TourGuide

Tooltip background color

manish-dev-28 opened this issue · 4 comments

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