martmists
11/25/2024, 12:01 AM+---------+--------+
| 20 ms | ABCDEF |
+---------+--------+
+---------+-------------+
| 1200 ms | GHIJKLMNOPQ |
| | RSTUV |
+---------+-------------+
In traditional CSS I'd use a heavily styled grid for this, but this isn't really a thing in Compose. I could add an onGloballyPositioned modifier to each element in each Row{} to determine their width and get the maximum and then apply that to all, but I feel like there should be an easier way to do something this common, but I haven't found a clean way to do it.Stylianos Gakis
11/28/2024, 3:45 PM