Evenly spacing views using ConstraintLayout

A common use for LinearLayout is to evenly space (weight) views, for example:
example layout

How do you implement evenly spaced views like this using the new ConstraintLayout?

ConstraintLayout links for reference: blog post, I/O session video

5 Answers
5

Leave a Comment