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

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