TextView.SetLinkTextColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- colors
- ColorStateList
- 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
- SetLinkTextColor(Color)
- LinkTextColors
- SetTextColor(ColorStateList)
- SetHintTextColor(ColorStateList)
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.