我有这个布局:
latest
此代码实现并将我自定义的URLSpan设置为textView文本
<TextView
android:clickable="true"
android:focusable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textView" />
但我的自定义URLSpan的onClick事件永远不会触发:( 我已经搜索过,似乎没有任何工作。
我读过这个: android custom URLSpan not working 和其他线程,但它是徒劳的。