I'm using MotionLayout (alpha4 release: com.android.support.constraint:constraint-layout:2.0.0-alpha4) and I have a GoogleMap component. When I try to do this: myGoogleMap?.setPadding(left, top, right, bottom) it does nothing.
This was working fine for alpha3 release!
I'm using MotionLayout (alpha4 release:
com.android.support.constraint:constraint-layout:2.0.0-alpha4
) and I have a GoogleMap component. When I try to do this:myGoogleMap?.setPadding(left, top, right, bottom)
it does nothing. This was working fine foralpha3
release!