android / codelab-constraint-layout

Constraint Layout Codelab
https://codelabs.developers.google.com/codelabs/constraint-layout/
Apache License 2.0
470 stars 242 forks source link

ScrollView as Parent? #18

Closed mantas84 closed 7 years ago

mantas84 commented 7 years ago

In example image everything looks good when using portrait orientation, but on landscape constraint-layout cuts off description textView.

nageshs commented 7 years ago

Actually you'd need a different layout for landscape and put it into layout-land. The objective of constraint-layout is not to provide a layout that works across config such as portrait/landscape changes.