I mean something like what's asked here. I see people are suggesting using a staticlayout, but I don't understand how that solves it. I've also seen people suggesting webviews, but that seems stupid. I want a reusable View that can take XML input, and I should be able to use it in a ListView without making a webview inside each row. Ideas?
I've got this working by drawing everything myself, but I'm stuck at the words breaking issue.
I'd also like the image to be clickable, which I've kinda got already, but with the same functionality of the statelistdrawables we're all used to. Do I have to maintain image state in the view and change which drawable to draw based on that?