Files
NativeScript/apps/template-hello-world/main-page.xml
2015-09-18 09:47:55 +03:00

7 lines
274 B
XML

<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
<StackLayout>
<Label text="Tap the button" class="title"/>
<Button text="TAP" tap="{{ tapAction }}" />
<Label text="{{ message }}" class="message" textWrap="true"/>
</StackLayout>
</Page>