Files
NativeScript/apps/ui-tests-app/dialogs/dialogs.xml
2015-07-10 11:09:04 +03:00

10 lines
389 B
XML

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