continuing on my possible solution ... it appears that android won't let me underline text (hint, hint: maybe i shouldn't be doing this). it looks like i can set the link mask to everything, get the associated URL spans, and set the on click listeners for those.

On 10/14/09 10:53 AM, Jeffrey Blattman wrote:
i would like to have a textview that is hyperlinked, but not to web resources. i would like the link click to invoke an "on click". is this possible?

it strikes me that i could style the text to look hyperlink (color, underline), and then just add an on click listener, but i was hoping there is some standard way to accomplish this. all i can find in the docs is how to linkify text for URLs.

or perhaps this violates the style guidelines ...

thanks.

--

--

Reply via email to