mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00
9 lines
420 B
XML
9 lines
420 B
XML
<Page loaded="onLoaded">
|
|
<WrapLayout>
|
|
<Button id="app" automationText="app" text="app" />
|
|
<Button id="inline" automationText="inline" text="inline" style="background-color: lightgreen;" />
|
|
<Button id="page" automationText="page" text="page" />
|
|
<Button id="property" automationText="property" text="property" />
|
|
<Button id="import" automationText="import" text="import" />
|
|
</WrapLayout>
|
|
</Page> |