Skip to content

Commit

Permalink
{N} v4
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed May 16, 2018
1 parent 2bb1264 commit e975108
Show file tree
Hide file tree
Showing 10 changed files with 4,348 additions and 1,364 deletions.
Binary file modified demo/app/App_Resources/Android/drawable/image_302063.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions demo/app/main-page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xmlns:ui="nativescript-image-zoom">
<GridLayout rows="auto,*,auto,auto,auto" class="p-20">
<Label text="Zoom" class="t-20 text-center c-black" textWrap="true"/>
<ui:ImageZoom id="image" row="1" src="~/images/148080.jpg" maxZoom="6" />
<ui:ImageZoom height="100%" stretch="fill" borderWidth="2" borderColor="red" borderRadius="50" id="image" row="1" src="~/images/148080.jpg" ></ui:ImageZoom>
<Button row="2" text="Remote Source" tap="loadRemoteSrc"/>
<Button row="3" text="Local Resource" tap="loadResource"/>
<Button row="4" text="Load ImageSource" tap="loadImgSrc"/>
</GridLayout>
</Page>
</Page>
Loading

0 comments on commit e975108

Please sign in to comment.