mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
196 B
XML
8 lines
196 B
XML
<Page>
|
|
<StackLayout>
|
|
<Label text="Label1"/>
|
|
<Label text="Label2" width="150" height="200" />
|
|
<Label text="Label3" width="200" height="150"/>
|
|
</StackLayout>
|
|
</Page>
|