TextView.SetLinkTextColor Method

Definition

Overloads

SetLinkTextColor(ColorStateList)

Sets the color of links in the text.

SetLinkTextColor(Color)

Sets the color of links in the text.

SetLinkTextColor(ColorStateList)

Sets the color of links in the text.

[Android.Runtime.Register("setLinkTextColor", "(Landroid/content/res/ColorStateList;)V", "")]
public void SetLinkTextColor (Android.Content.Res.ColorStateList? colors);
[<Android.Runtime.Register("setLinkTextColor", "(Landroid/content/res/ColorStateList;)V", "")>]
member this.SetLinkTextColor : Android.Content.Res.ColorStateList -> unit

Parameters

Attributes

Remarks

Sets the color of links in the text.

Java documentation for android.widget.TextView.setLinkTextColor(android.content.res.ColorStateList).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

See also

Applies to

SetLinkTextColor(Color)

Sets the color of links in the text.

[Android.Runtime.Register("setLinkTextColor", "(I)V", "")]
public void SetLinkTextColor (Android.Graphics.Color color);
[<Android.Runtime.Register("setLinkTextColor", "(I)V", "")>]
member this.SetLinkTextColor : Android.Graphics.Color -> unit

Parameters

color
Color
Attributes

Remarks

Sets the color of links in the text.

Java documentation for android.widget.TextView.setLinkTextColor(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

See also

Applies to