John Hoford
John Hoford
Try the flag in the transition motion:transitionFlags="onInterceptTouchReturnSwipe"
This is not enough information. Could you post the XML Or build a sample app
I am not sure what you are asking for: MotionLayout should only be grabbing swipe if you have an and you should be able to Disable it with: ``
Two things: 1. You can use MotionLayout inside a ViewPager if it has the behavior you are looking for. Listen to The view pager and set progress. (https://developer.android.com/training/constraint-layout/motionlayout/examples#viewpager) 2. Still...
I think I get it. I will leave this open till I fix it.
Would this not cause people simply using ConstraintLayout to have their APK increase in size? The majority of people using ConstraintLayout are not using MotionLayout (An argument for it being...
When you say state, What are the properties of a View you are thinking of?
We have no idea. Our guess is some type of "Dimond dependency". Some library you are including depends on ConstraintLayout. You must have matching ConstraintLayouts (ConstraintLayout and ConstraintLayoutCompose) because both...
I am trying to figure out what sort of attribute we should add to enable the behavior you want. I do not want to modify the default behavior. For Carousel...