mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 09:01:10 +08:00
7 lines
195 B
XML
7 lines
195 B
XML
<Page>
|
|
<StackLayout>
|
|
<Label text="Label1"/>
|
|
<Label text="Label2" width="150" height="200" />
|
|
<Label text="Label3" width="200" height="150"/>
|
|
</StackLayout>
|
|
</Page> |