TextView中显示链接 定义颜色

Posted ∠角络

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TextView中显示链接 定义颜色相关的知识,希望对你有一定的参考价值。

<TextView  
android:id="@+id/textView" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="http://netcorner.cnblogs.com" android:autoLink="all" android:textColor="#FF0000" android:textColorLink="#000000" />

 

以上是关于TextView中显示链接 定义颜色的主要内容,如果未能解决你的问题,请参考以下文章