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
MotionLayout
containing 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.).
https://user-images.githubusercontent.com/33248263/231482798-575bf6de-4261-48f6-b3e8-6dfb2f8f55f1.mov