Control onclicklistener in autolink enabled textview

前端 未结 9 2647
一向
一向 2020-12-08 19:13

I am using a TextView for which I have set autolink=\"web\" property in XML file. I have also implemented the onClickListener for this TextView. Th

9条回答
  •  臣服心动
    2020-12-08 19:28

    You can set the property android:linksClickable="false" in your TextView, in conjuction with android:autoLink="web"; this makes the links visible, but not clickable.

提交回复
热议问题