Files
NativeScript/apps/ui-tests-app/pages/pan-event.xml
2016-05-20 17:55:00 +03:00

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>