mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
13 lines
403 B
XML
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>
|