What if I want a simple 2x2 Row-Column combination...
# compose-desktop
h
What if I want a simple 2x2 Row-Column combination where one of the rows/columns should have a fixed size and the other should fill the rest? Is there a simple way to do that?
I believe that I can simply use the size of the parent and pass it down, calculating the sizes myself, but I wondered if there is an easier way.
k
modifier.weight(weight = 1.0f, fill = true)
h
@Kirill Grouchnikov Wow, that's the Christmas present I was hoping for. Thanks a lot.
K 3
🎄 3