I have a Spannable Object with a Clickable Object set to it. When the Spannable String is displayed in the TextView it has bl
Spannable Object
Clickable Object
Spannable String
TextView
If you do not want any pre-applied attributes do not call super.updateDrawState(). On overriding updateDrawState(object:Textpaint) with help of object you can apply or call different functions present in Text Paint.