Files

10 lines
423 B
XML

<Page loaded="pageLoaded">
<StackLayout>
<Label text="{{ name }}" id="label" automationText="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>