Files
NativeScript/apps/automated/app/pages/page14.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07: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>