Is it possible to make the height of all items in one LazyVerticalGrid row match the largest ones?
y
Is it possible to make the height of all items in one LazyVerticalGrid row match the largest ones?
The texts are only taking the space they need, I haev not been able to center them or make them fill the whole space. There is also a divider on the bottom of each button so the divider needs to be at the bottom, if it doesnt the lines wont align properly
I ended up using a Row with 1f weight and center vertical alignment...
d
You are making a launcher?
👀 1
YASAN Launch I presume?
t
Maybe you can try working with height(IntrinsicSize.Min/Max). But not sure if this really works for your use case.
y
@Timo Drick Will try it out, thanks
@dewildte Yeah I am working on a new version of my launcher fully made with Compose. I already have an XML version but compose lets me do customization stuff much easier.