Anyone seen an example of a Compose custom layout ...
# compose
s
Anyone seen an example of a Compose custom layout that functions like GridLayout, where the children in any one column are all the same width, where the width of a column can be determined by the max measured (wrapped) size of individual row's child for that column, or by grid-level column weights, etc? If not I may try to come up with something as a training exercise, as I am a Compose newb. So barring any examples, tips on a high level strategy for building such a layout would be appreciated, before I start floundering on my own 🙂 Thanks in advance for any info/suggestions...
z