Creating a Constraint Layout Template
Create a new constraint layout template if you want to layout your application with the Layout Builder.
To create a constraint layout template
2. In the Model section of the Outline Editor, expand the outline so that you view the UserInterface > Templates node.
3. Right-click the Templates node and select New Child > Constraint Layout.
Mobile Development opens the Create a new Constraint Layout dialog.
4. In the Name field, enter a name for the layout template using characters, numbers, and "_". Do not use special characters.
5. In the Select a Constraint Layout Template section, click the layout template you want to work with.
6. Click OK.
The constraint layout template is created and stored in your_project/model/layouts/constraint_layout_name.layout.
Related Topics