アプリで使用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" />