You should try custom drawing. I dont think you ne...
# compose
e
You should try custom drawing. I dont think you need Subcompose layout. A simple “column” / vertical arrangement should be enough, the parent layout will offset the children horizontally to make way for the track and then based on the children measured size & positions (or maybe even
AlignmentLine.FirstBaseLine
), you’ll draw the status track. The children can set
parentData
to inform the parent
Layout
of their status which will influence the status check mark & the “gradient line” you draw from one child to the next.