Constraint layout use cases and how the basic attributes of constraint layout works. It also includes helper views, when to use and some do's and don'ts.
horizontal constraint should be added • If not, Top left is default • Only 1 constraint for each side • No match parent (use 0 dp instead) Code sample Constraint Layout Positioning Attributes
constraint layout • All children must have id • Does not animate text size • Views invisible? Must hide some view on initial layout Constraint Layout Constraint Set