TextView中加入超链接

在Text View的属性中增加android:autoLink="all"

android:id="@+id/myTextView3"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="welcom: http://www.google.com/"

android:autoLink="all"

>

猜你喜欢

转载自blog.csdn.net/a75784326/article/details/88363803