public abstract class ClickableSpan extends CharacterStyle implements UpdateAppearance
onClick(android.view.View)
method will
be called.Constructor and Description |
---|
ClickableSpan() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onClick(View widget)
Performs the click action associated with this span.
|
void |
updateDrawState(TextPaint ds)
Makes the text underlined and in the link color.
|
getUnderlying, wrap
public abstract void onClick(View widget)
public void updateDrawState(TextPaint ds)
updateDrawState
in class CharacterStyle