How to make links in a TextView clickable?

后端 未结 30 3312

I have the following TextView defined:



        
30条回答
  •  北荒
    北荒 (楼主)
    2020-11-21 23:56

    I noticed that using android:autoLink="web" thus

    
    

    worked OK for URLs but since I had an e-mail address and phone number that I wanted to link as well, I ended up using this line android:autoLink="all" like this

    
    

    and it worked like a charm.

提交回复
热议问题