I'm creating a custom TextView with a somewhat complicated structure. Each sentence needs its own clickHandler, so I'm wrapping each one in a ClickableSpan. Additionally, the text has HTML in, so I also wrap each sentence in HTML.fromHTML() span. The result is something like this:I'm creating a custom TextView with a somewhat