mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-24 01:43:52 +08:00
7 lines
344 B
XML
7 lines
344 B
XML
<Page>
|
|
<GridLayout rows="*, auto, *" >
|
|
<GridLayout backgroundColor="lightgreen" id="target" automationText="target" margin="20" touch="onTouch"/>
|
|
<Button row="1" text="clear" tap="clear"/>
|
|
<TextView row="2" text="here" id="output" automationText="output" style="font-size: 10, font-family: monospace;"/>
|
|
</GridLayout>
|
|
</Page> |