Files
NativeScript/apps/app/gallery-app/layouts/wrap-layout.xml

10 lines
555 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Page>
<WrapLayout>
<Button text="1" width="150" height="100" style="background-color: red; margin: 5;"/>
<Button text="2" width="100" height="150" style="background-color: lightblue; margin: 5;"/>
<Button text="3" width="200" height="120" style="background-color: lightgreen; margin: 5;"/>
<Button text="4" width="100" height="50" style="background-color: lightpink; margin: 5;"/>
<Button text="5" width="250" height="100" style="background-color: wheat; margin: 5;"/>
</WrapLayout>
</Page>