xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

Exception when ConstraintLayout is added #70

Closed AlmondMedia closed 6 years ago

AlmondMedia commented 7 years ago

After adding the constraint layout package via nugget package manager,

I tried to use it and got the following:

screen shot 2017-09-27 at 12 57 37 screen shot 2017-09-27 at 13 00 15 screen shot 2017-09-27 at 13 00 59

johnjake commented 6 years ago

does barrierDirection works on your constrain layout?

Redth commented 6 years ago

Not able to reproduce this in the latest stable Xamarin.Android with Xamarin.Android.Support.Constraint.Layout 1.0.2.2. I suspect this might have been related to previous versions of this nuget package not bundling the java libraries in a way that the designer was expecting, which has now been fixed.