xamarin / AndroidSupportComponents

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

Support Constraint Layout #15

Closed Redth closed 8 years ago

Redth commented 8 years ago

Adds bindings for Support Constraint Layout and Solver libraries.

These libraries are currently kept up to date independently of the rest of the support libraries, so they have their own build script, but the structure is created such that it should be easy to switch back to the support libraries externals if and when they get merged back into them.

This also contains a sample for using constraint layouts.