Skip to content

Commit e975108

Browse files
committed
{N} v4
1 parent 2bb1264 commit e975108

File tree

10 files changed

+4348
-1364
lines changed

10 files changed

+4348
-1364
lines changed
-3.8 MB
Loading

demo/app/main-page.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
xmlns:ui="nativescript-image-zoom">
33
<GridLayout rows="auto,*,auto,auto,auto" class="p-20">
44
<Label text="Zoom" class="t-20 text-center c-black" textWrap="true"/>
5-
<ui:ImageZoom id="image" row="1" src="~/images/148080.jpg" maxZoom="6" />
5+
<ui:ImageZoom height="100%" stretch="fill" borderWidth="2" borderColor="red" borderRadius="50" id="image" row="1" src="~/images/148080.jpg" ></ui:ImageZoom>
66
<Button row="2" text="Remote Source" tap="loadRemoteSrc"/>
77
<Button row="3" text="Local Resource" tap="loadResource"/>
88
<Button row="4" text="Load ImageSource" tap="loadImgSrc"/>
99
</GridLayout>
10-
</Page>
10+
</Page>

0 commit comments

Comments
 (0)