Android hyperlinks on TextView in custom AlertDialog not clickable

前端 未结 3 1589
别那么骄傲
别那么骄傲 2020-12-11 05:37

Following my previous question I still have problems managing hyperlinks on my custom AlertDialog but I believe I narrowed down the problem because I think it o

3条回答
  •  囚心锁ツ
    2020-12-11 05:44

    You defined the TextView without android:autoLink="all" , android:clickable="true" & android:linksClickable="false"

    For info.xml TextView as below

    
    

提交回复
热议问题