-
- All Implemented Interfaces:
-
android.text.style.UpdateAppearance
public class SpannableStringUtils.MyClickableSpan extends ClickableSpan
-
-
Constructor Summary
Constructors Constructor Description SpannableStringUtils.MyClickableSpan(int color)
-
Method Summary
Modifier and Type Method Description voidonClick(@NonNull() View widget)voidupdateDrawState(@NonNull() TextPaint ds)-
Methods inherited from class android.text.style.ClickableSpan
onClick, toString, updateDrawState -
Methods inherited from class android.text.style.CharacterStyle
getUnderlying, wrap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onClick
void onClick(@NonNull() View widget)
-
updateDrawState
void updateDrawState(@NonNull() TextPaint ds)
-
-
-
-