Files
NativeScript/apps/ui/app/image-view/rounded-images-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

11 lines
554 B
XML

<Page>
<GridLayout rows="*,*,*" columns="*,*">
<Image row="0" col="0" src="~/resources/images/gravatar.png" class="one"/>
<Image row="0" col="1" src="~/resources/images/gravatar.png" class="two"/>
<Image row="1" col="0" src="~/resources/images/gravatar.png" class="three"/>
<Image row="1" col="1" src="~/resources/images/gravatar.png" class="four"/>
<Image row="2" col="0" src="~/resources/images/gravatar.png" class="five"/>
<Image row="2" col="1" src="~/resources/images/gravatar.png" class="six"/>
</GridLayout>
</Page>