Hi guys. Is it possible to implement this layout w...
# compose
k
Hi guys. Is it possible to implement this layout without Constraint Layout or custom layout?
j
If you know the height of B you could put both in a column, center this one in a box and offset it the height of B. Maybe 🤷‍♀️
k
Yes, but we need to know the fixed-height firstly. If I use custom layout, I can measure the size of B before placing them.