Files
NativeScript/apps/ui/app/events/layout-changed-event-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

12 lines
460 B
XML

<Page>
<GridLayout rows="*, *, *" >
<StackLayout horizontalAlignment="left" orientation="horizontal" backgroundColor="yellow" id="target" margin="20" layoutChanged="onLayoutChanged"/>
<StackLayout row="1">
<Button text="clear" tap="clear"/>
<Button text="add child" tap="addChild"/>
</StackLayout>
<TextView row="2" id="output" automationText="output" style="font-size: 10, font-family: monospace;"/>
</GridLayout>
</Page>