Google published ConstraintLayout 1.1.0 beta 6 on March 22, 2018. It has a new constraint known as Optimizer. The documentation of Opt
Constraint Layout 1.1 adds several new optimizations that speed up your layouts. The optimizations run as a separate pass, and attempt to reduce the number of constraints needed to layout your views.
In general they work by finding constants in your layout and simplifying them.
There’s a new tag, called layout_optimizationLevel, which configures the optimization level. It can be set to the following:
If you want to try out the experimental optimizations dimensions and chains you can enable them on a ConstraintLayout with
Note: To clear whole concept, you must have to implement this.