mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
11 lines
463 B
XML
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> |