Files
NativeScript/apps/ui-tests-app/pages/touch-event.xml
2016-01-15 18:15:45 +02:00

7 lines
296 B
XML

<Page>
<GridLayout rows="*, auto, *" >
<GridLayout backgroundColor="lightgreen" id="target" margin="20" touch="onTouch"/>
<Button row="1" text="clear" tap="clear"/>
<TextView row="2" text="here" id="output" style="font-size: 10, font-family: monospace;"/>
</GridLayout>
</Page>