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中显示链接 定义颜色的主要内容,如果未能解决你的问题,请参考以下文章
Android TextView中文字通过SpannableString来设置超链接 颜色 字体等属性
Android TextView中文字通过SpannableString来设置超链接颜色字体等属性
在Android Textview中为不同的超链接使用不同的颜色