Files
NativeScript/e2e/ui-tests-app/app/image-view/missing-image-page.xml
2019-09-19 15:40:31 +03:00

24 lines
1.7 KiB
XML

<Page navigatingTo="navigatingTo">
<GridLayout>
<WrapLayout width="220" horizontalAlignment="left" verticalAlignment="top">
<Image src="~/the-never-found-unicorn.png" margin="1" width="30" height="30" backgroundColor="yellow" />
<Image src="~/resources/images/no-image.png" margin="1" width="30" height="30" backgroundColor="yellow" />
<Image src="~/the-never-found-unicorn.png" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="10" />
<Image src="~/resources/images/no-image.png" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="10" />
<Image src="~/the-never-found-unicorn.png" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="5 10 15 20" />
<Image src="~/resources/images/no-image.png" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="5 10 15 20" />
<Image src="res://theneverfoundunicorn.png" margin="1" width="30" height="30" backgroundColor="yellow" />
<Image src="res://testlogo" margin="1" width="30" height="30" backgroundColor="yellow" />
<Image src="res://theneverfoundunicorn.png" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="10" />
<Image src="res://testlogo" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="10" />
<Image src="res://theneverfoundunicorn.png" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="5 10 15 20" />
<Image src="res://testlogo" margin="1" width="30" height="30" backgroundColor="yellow" borderRadius="5 10 15 20" />
</WrapLayout>
</GridLayout>
</Page>