如何改变TextView的超级链接的颜色?超级链接、颜色、TextView

2023-09-04 08:25:28 作者:小相公°

我用这code为超链接:

I am using this code for hyperlink:

<TextView 
android:layout_width="fill_parent" 
android:layout_height="fill_parent" 
android:text="@string/hyperlink"
android:id="@+id/hyperlink" 
android:autoLink="web"
>
</TextView>

在默认情况下它显示蓝色,如何改变超链接的颜色android的?

By default it is showing blue color, how to change color of hyperlink in android ?

推荐答案

添加安卓textColorLink =yourcolorhere的TextView