klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.
MIT License
1.59k stars 199 forks source link

Clickable area is small #56

Open krishnasajja opened 6 years ago

krishnasajja commented 6 years ago

I feel the clickable area on a text is small. When I press towards the ends, it's not registering as an Onclick event. Is there any way I could add some padding to increase the clickable area.

Thanks!