worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

Tooltip background color #103

Open manish-dev-28 opened 7 years ago

manish-dev-28 commented 7 years ago

I want tooltip background color to be transparent

mcgrady-dev commented 7 years ago

me to

mandeep91 commented 6 years ago

you can do it by setting background color like: .setOverlay(new Overlay().setBackgroundColor(Color.parseColor("#e5676768")))

wyl530274554 commented 6 years ago

me too

wyl530274554 commented 6 years ago

you can try setShadow(false) this solved my problem