我Linkify
在我的应用程序中使用,访问的链接文本显示为深紫色。我的整体布局背景颜色是深蓝色,因此无法阅读。文本设置为白色,但访问过的链接显示为深紫色。我该如何覆盖这个?
<TextView android:text="Website:"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="14dip"
android:paddingBottom="2dip"
android:background="#ffffff"
android:textColor="#577dbe" />
<TextView android:text="http://www.mysite.com/"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="12dip"
android:paddingBottom="6dip"
android:textColor="#ffffff"
android:id="@+id/contactWeb1" />