Files
NativeScript/tests/app/pages/page14.xml
2019-09-19 15:40:31 +03:00

13 lines
395 B
XML

<Page>
<StackLayout>
<Label text="resource:" />
<Image src="res://icon" stretch="none" horizontalAlignment="left"/>
<Label text="url:" />
<Image src="http://www.google.com/images/errors/logo_sm_2.png" stretch="none" horizontalAlignment="left"/>
<Label text="app file:" />
<Image src="~/logo.png" stretch="none" horizontalAlignment="left" />
</StackLayout>
</Page>