Tooltip background color
manish-dev-28 opened this issue · 4 comments
manish-dev-28 commented
I want tooltip background color to be transparent
mcgrady-dev commented
me to
mandeep91 commented
you can do it by setting background color like:
.setOverlay(new Overlay().setBackgroundColor(Color.parseColor("#e5676768")))
wyl530274554 commented
me too
wyl530274554 commented
you can try setShadow(false)
this solved my problem