Android TextView Linkify problem with phone numbers and application version number

Posted by Gaks on Stack Overflow See other posts from Stack Overflow or by Gaks
Published on 2010-05-21T12:52:00Z Indexed on 2010/05/22 1:30 UTC
Read the original article Hit count: 331

I have a problem with TextView and autoLink feature.

I have an about screen in my application with some information like support phone number, email address, website URL and application version in form like 01.01.01

After setting autoLink="all" on the textView, all values are linked fine - except that version number 01.01.01 is linked as the phone number as well.

Is there some way to exclude this text fragment from linkifing?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-widget