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

Motionlayout example wrong onSwip xml #123

Open FZhg opened 4 years ago

FZhg commented 4 years ago

I find that the "Complex Motion Example" in the motion layout did make a small mistake. When the header is expanded, you can drag down the header. Then the header will shift from start contraintSet back to the end constraintSet. When I remove the onSwipe of the background image in the header 's motion scene. The bug disappears.