I just update Android Studio and playing around with Constraint Layout. There are some errors in xml attribute.
This view is not constrained vertically: at runtime it will jump to the left unless you add a vertical constraint less... (Ctrl+F1) The
layout editor allows you to place widgets anywhere on the canvas, and
it records the current position with designtime attributes (such as layout_editor_absoluteX.) These attributes are not applied at runtime,
so if you push your layout on a device, the widgets may appear in a different location than shown in the editor. To fix this, make sure a
widget has both horizontal and vertical constraints by dragging from the edge connections.
I follow these steps:
but I can't find `Constraint Layout` .
