android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.07k stars 3.01k forks source link

MotionLayout alpha4 GoogleMap setPadding not working #42

Open mihaiversanwip opened 5 years ago

mihaiversanwip commented 5 years ago

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!