Files
NativeScript/e2e/ui-tests-app/app/events/touch-event-page.xml
2019-09-19 15:40:31 +03: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>