Files
NativeScript/e2e/ui-tests-app/app/css/label-background-image-page.xml
2019-09-19 15:40:31 +03: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>