Files
NativeScript/apps/gallery-app/views/dialogs.xml
2015-03-03 10:34:40 +02:00

9 lines
273 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Page>
<StackLayout>
<Button text="alert" tap="alertTapped"/>
<Button text="confirm" tap="confirmTapped"/>
<Button text="prompt" tap="promptTapped"/>
<Button text="login" tap="loginTapped"/>
</StackLayout>
</Page>