Hello! I have a button and a text right to the button in a row. How can I make text flow under the b...
p
Hello! I have a button and a text right to the button in a row. How can I make text flow under the button but only for those lines that overflow. First lines with sum height as button height must stay right to the button.
z
Compose doesn’t support flowing text inside non-rectangular containers. It’s something we might want to add in the future but it’s pretty far down the backlog.
If you want to build it yourself though, you might be interested in something @romainguy has been experimenting with
r
Right now my project can flow text around arbitrary shapes but not inside shapes. It’s something I’d like to do as well.