You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Context:
I'm using a modified version of the fragment-transition example, in which we have a MotionLayout containing the TouchFrameLayout. Inside of it I've replaced the fragments in the example with the ListFragment.
Afterwards I've modified the main_scene.xml to have multiple transitions like:
The issue is that if the user tries to scroll the "bottom-sheet" up and down by using the recycler-view, the motionlayout won't progress from one transition to another. Thus making the whole interaction a bit unintuitive.
Is there some way to tell the MotionLayout to use the nested scrolling to progress across transitions?
I'll attach a video of my tests (Please ignore the sticky navy blue view at the bottom.).
Context:
I'm using a modified version of the fragment-transition example, in which we have a
MotionLayoutcontaining theTouchFrameLayout. Inside of it I've replaced the fragments in the example with the ListFragment.Afterwards I've modified the main_scene.xml to have multiple transitions like:
The issue is that if the user tries to scroll the "bottom-sheet" up and down by using the recycler-view, the motionlayout won't progress from one transition to another. Thus making the whole interaction a bit unintuitive.
Is there some way to tell the MotionLayout to use the nested scrolling to progress across transitions?
I'll attach a video of my tests (Please ignore the sticky navy blue view at the bottom.).
Screen.Recording.2023-04-12.at.17.03.06.mov