Files
2015-03-24 16:05:54 +02:00

13 lines
403 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>