mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
10 lines
423 B
XML
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> |