You're trying to allow links on specific words, right?  If you're
looking for standard "words" (like url's, phone numbers, etc), just
set the autoLink property.  If you have custom words that you're
looking for, search the dev docs for Linkify; you'll end up creating a
regex to match the words you're looking for, define the action to take
when the user clicks the word, then apply this to your TextView.

On Jan 27, 10:10 am, monty <[email protected]> wrote:
> culd any1 plz tell me how to set a particular text in a TextView as
> clickable and not the entire text in TextView.At present
> "clickable=true" works for entire textview and not a particular text
> in textview.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to