Files
NativeScript/apps/gallery-app/views/dialogs.xml
2015-07-07 14:38:32 +03:00

18 lines
818 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Page>
<ScrollView>
<StackLayout>
<Button text="alert" tap="alertTapped"/>
<Button text="alert with options" tap="alertWithOptionsTapped"/>
<Button text="confirm" tap="confirmTapped"/>
<Button text="confirm with options" tap="confirmWithOptionsTapped"/>
<Button text="prompt" tap="promptTapped"/>
<Button text="prompt with options" tap="promptWithOptionsTapped"/>
<Button text="prompt with options password" tap="promptWithOptionsPasswordTapped"/>
<Button text="login" tap="loginTapped"/>
<Button text="login with options" tap="loginWithOptionsTapped"/>
<Button text="action" tap="actionTapped"/>
<Button text="action with options" tap="actionWithOptionsTapped"/>
</StackLayout>
</ScrollView>
</Page>