mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-24 01:43:52 +08:00
9 lines
494 B
XML
9 lines
494 B
XML
<Page>
|
|
<StackLayout>
|
|
<Button id="Change" automationText="Change" text="Change" tap="butonTap" />
|
|
<Label id="Label" automationText="Label" text="Label" textDecoration="none" />
|
|
<Button id="Button" automationText="Button" text="Button" textDecoration="none" />
|
|
<TextField id="TextField" automationText="TextField" text="TextField" textDecoration="none" />
|
|
<TextView id="TextView" automationText="TextView" text="TextView" textDecoration="none" />
|
|
</StackLayout>
|
|
</Page> |