Files
NativeScript/tests/app/button-page.xml
2019-06-20 15:58:36 +03:00

5 lines
121 B
XML

<Page loaded="onLoaded">
<StackLayout>
<Button id="button" text="button"></Button>
</StackLayout>
</Page>