在dialog中使用超链接
?
这里要注意两个地方
linksClickable?为 true 必须setMovementMethod(LinkMovementMethod.getInstance()).
上面的方式不能直接跳转,只是可以用来点击。
而如果要跳转
则应该加上android:autoLink="web"
?
??
6.
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:padding="5dip"<SPAN style="COLOR: #ff0000"> android:linksClickable="true"</SPAN> />
错误提示TextView没有结束怎么办?
加了SPAN标签后,不认后面的/>了