Merge pull request #2527 from NativeScript/tsenov/ui-tests

Update web-view-test page
This commit is contained in:
SvetoslavTsenov
2016-07-29 12:41:39 +03:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -8,7 +8,7 @@
<!-- Resources: png and jpg --> <!-- Resources: png and jpg -->
<WrapLayout> <WrapLayout>
<Image src="res://icon" stretch ="none" /> <Image src="res://icon" stretch ="none" />
<Image src="res://logo" stretch ="none" /> <Image src="res://testlogo" stretch ="none" />
</WrapLayout> </WrapLayout>
</StackLayout> </StackLayout>