Files
NativeScript/apps/ui/app/css/label-background-image-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

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>