android / views-widgets-samples

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

Use the problem ConstraintLayout 1.1.2 #61

Open HalyangDream opened 6 years ago

HalyangDream commented 6 years ago

When using this method of constraintset.clone (Context,LayoutId), I cannot switch to the Layout page I specified. I use the place in Dialog, I don't know why?

lixinwei67 commented 5 years ago

When using this method of constraintset.clone (Context,LayoutId), I cannot switch to the Layout page I specified. I use the place in Dialog, I don't know why?

you should call constraintset.apply() method instead