如何在xml布局中更改超链接颜色

san*_*ndy 1 android android-layout

在我的项目中,我无法更改超链接文本的颜色.基本上这个文本显示在TextView中,为此我使用了xml布局,如android:autoLink ="all"

现在的问题是我想将这个超链接文本的颜色更改为白色

在此先感谢所有人.

Pin*_*nki 5

将此属性 android:textColorLink="@android:color/white"用于该textView