I am trying to set up two diffent layouts based on...
# compose
l
I am trying to set up two diffent layouts based on
ConstraintLayout
for portrait and landscape, but it does not apply any layout at all. More on thread
I found the issue : I need to define constraint for most component to
bottom
of previous components, and not
top
.