How to set height in percent or weight in Column?
# compose
v
How to set height in percent or weight in Column?
j
Am using
Modifier.weight()
here for that...in my particular case I have
Colum
containing an
AndroidView
and a
Box
and one is using
weight(0.4f)
and the other
weight(0.6f)
l
you can also use
Modifier.fillMaxHeight(fraction)