mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
6 lines
141 B
XML
6 lines
141 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
<GridLayout id="grid">
|
|
<Label id="label" text="Text" />
|
|
</GridLayout>
|
|
</Page>
|