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

Change radius of pointer #82

Open azrashaikh opened 8 years ago

azrashaikh commented 8 years ago

Is there any way to change the radius of the pointer ?? As my view is very big, the pointer covers most of my screen. I want to define the radius in case my content is large.

Any way to customize it ?

azrashaikh commented 8 years ago

I got the method to change the radius : setHoleRadius(radius)