天天看點

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"

>

繼續閱讀