How would I do something like this to satisfy my d...
# compose
c
How would I do something like this to satisfy my designers requirements? Basically the bottom of the image should be inline with the bottom of the first piece of text AND if the text starts to get too long, it should elipsis instead of drawing on top of (or below) the image. I tried using negative padding (as I would do in web dev) but that's not allowed in compose apparently?
a
Could you use a row with weights to define the general layout and then set the text to singleline ?