ClickableSpan.UpdateDrawState(TextPaint) Method

Definition

Makes the text underlined and in the link color.

[Android.Runtime.Register("updateDrawState", "(Landroid/text/TextPaint;)V", "GetUpdateDrawState_Landroid_text_TextPaint_Handler")]
public override void UpdateDrawState (Android.Text.TextPaint ds);
[<Android.Runtime.Register("updateDrawState", "(Landroid/text/TextPaint;)V", "GetUpdateDrawState_Landroid_text_TextPaint_Handler")>]
override this.UpdateDrawState : Android.Text.TextPaint -> unit

Parameters

Attributes

Remarks

Makes the text underlined and in the link color.

Java documentation for android.text.style.ClickableSpan.updateDrawState(android.text.TextPaint).

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.

Applies to