mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
273 B
XML
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> |