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

8 lines
345 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>