Files
2015-07-14 11:04:07 +03:00

10 lines
400 B
XML

<Page loaded="pageLoaded">
<StackLayout>
<Label text="{{ name }}" id="label" style="text-align:center;" />
<Button text="action" tap="{{ actionName }}" />
<Button text="alert" tap="{{ alertName }}" />
<Button text="confirm" tap="{{ confirmName }}" />
<Button text="login" tap="{{ loginName }}" />
<Button text="prompt" tap="{{ promptName }}" />
</StackLayout>
</Page>