mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
7 lines
381 B
XML
7 lines
381 B
XML
<Page navigatingTo="navigatingTo">
|
|
<GridLayout rows="*, auto, *" >
|
|
<GridLayout backgroundColor="lightgreen" id="target" automationText="target" width="100" height="100" pan="onPan"/>
|
|
<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> |