android / views-widgets-samples

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

Update examples to use ConstraintLayout 2.0.0 beta 3 release #87

Closed kaeawc closed 4 years ago

kaeawc commented 4 years ago

Built the sample app with updated dependencies.

There is one change I've noticed as a difference from Beta 2: all Complex Motion examples have a jittery-ness to them. You can reproduce this by scrolling to the bottom of the content and then attempting to scroll up - you'll notice that the header seems to be trying to expand but this animation appears to be repeatedly canceled until the user gets to the top of the content.

I think this should still be merged anyway because its just the current state of ConstraintLayout.

kaeawc commented 4 years ago

Since someone else already did the upgrade I'm just closing this