How to center multiple Views together using ConstraintLayout?
Take a look at my answer here. ContraintLayout contains a feature – Chains – that makes it possible to implement what you are asking: Chains provide group-like behavior in a single axis (horizontally or vertically). A set of widgets are considered a chain if they a linked together via a bi-directional connection Once a chain … Read more