Only app:layout_optimizationLevel="barrier"
is required to be used on corresponding parent ConstraintLayout
If we use app:layout_optimizationLevel="none"
layout rendering might take longer, as each constraint will be re-evaluated more thoroughly. For complex layouts, this can cause performance issues.