Files
NativeScript/apps/app/ui-tests-app/events/layout-changed-event.xml
2018-05-23 00:54:29 +03:00

11 lines
463 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>