mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update ui-tests-app
This commit is contained in:
BIN
apps/ui-tests-app/resources/logo.jpg
Normal file
BIN
apps/ui-tests-app/resources/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
@@ -1,6 +1,15 @@
|
||||
<Page>
|
||||
<StackLayout orientation="vertical">
|
||||
|
||||
<!-- WebView: local and string -->
|
||||
<WebView src="~/web-view/test.html" height="50" />
|
||||
<WebView src="<html><body><img src='./pages/test2.png'></img></body></html>" height="75" />
|
||||
|
||||
<!-- Resources: png and jpg -->
|
||||
<WrapLayout>
|
||||
<Image src="res://icon" stretch ="none" />
|
||||
<Image src="res://logo" stretch ="none" />
|
||||
</WrapLayout>
|
||||
|
||||
</StackLayout>
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user