android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.05k stars 3.01k forks source link

Constraint Layout Guidelines problem? #69

Open Harshjain2094 opened 6 years ago

Harshjain2094 commented 6 years ago

When making a layout with constraint layout I found that if we take guidelines, we cannot take layout within it as it does not make any constraint to the guidelines it would only make constraints to adjacent view or to screen's proportional.

Could you help with this?