does anyone know how could I build, if its possible at all, a composable like this?
George Z
03/04/2025, 5:13 PM
there will always be a textfield, either in the middle of the text, at the beginning, or at the end
a
agrosner
03/04/2025, 5:23 PM
A annotated string ? Or custom layout
agrosner
03/04/2025, 5:25 PM
Annotated string actually doesn’t allow anything but other text, not composables. You could use a flow row and break each text block out by string -> text field -> string
gratitude thank you 1
➕ 1
a
Aditya Bhaskar
03/04/2025, 8:43 PM
If the size of the text field is known and fixed, you could use an annotated string with