Is it possible to add a LinearLayout in a ConstraintLayout or any other Layout?
It is possible to add any layout using ConstraintLayout, actually ConstraintLayout helps us to build complex layouts that are responsive, that is to say that they can be seen correctly in any size, density, etc...
The message you have:
This view is not constrained vertically. At runtime it will jump to the left unless you add a vertical constraint.
To avoid this error as an example the following image, in your view look for the left end and drag the green point to the right:
With this you will create a restriction (Constraint) so that the view is always displayed correctly horizontally
It is possible to add any layout using ConstraintLayout, actually ConstraintLayout helps us to build complex layouts that are responsive, that is to say that they can be seen correctly in any size, density, etc...
The message you have:
To avoid this error as an example the following image, in your view look for the left end and drag the green point to the right:
With this you will create a restriction (Constraint) so that the view is always displayed correctly horizontally
The same vertically:
To get the constraints: