mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
9 lines
303 B
XML
9 lines
303 B
XML
<Page loaded="onLoaded">
|
|
<WrapLayout>
|
|
<Button id="app" text="app" />
|
|
<Button id="inline" text="inline" style="background-color: lightgreen;" />
|
|
<Button id="page" text="page" />
|
|
<Button id="property" text="property" />
|
|
<Button id="import" text="import" />
|
|
</WrapLayout>
|
|
</Page> |