Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk committed May 3, 2024
1 parent 77f1fb9 commit 105daa4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion MauiStaggeredCollectionView/AppShell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Title="MauiStaggeredCollectionView">

<ShellContent
Title="Home"
Title=".NET MAUI Staggeled CollectionView"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />

Expand Down
20 changes: 10 additions & 10 deletions MauiStaggeredCollectionView/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ public MainPage()
InitializeComponent();
MyCollectionView.ItemsSource = new ObservableCollection<Card>()
{
new("Image 1","https://picsum.photos/200/200"),
new("Image 2", "https://picsum.photos/100/50"),
new("Image 3", "https://picsum.photos/100/200"),
new("Image 4", "https://picsum.photos/200/100"),
new("Image 5", "https://picsum.photos/150/100"),
new("Image 6", "https://picsum.photos/120/150"),
new("Image 7", "https://picsum.photos/180/140"),
new("Image 8", "https://picsum.photos/200/50"),
new("Image 9", "https://picsum.photos/50/150"),
new("Image 10", "https://picsum.photos/50/100"),
new("Image 1","https://th.bing.com/th/id/OIP.wGvRsIjycKa3Asr03KO4KgHaDH?rs=1&pid=ImgDetMain"),
new("Image 2", "https://th.bing.com/th/id/R.537268dc2d773fd8651824c36f1c78d3?rik=bCh1W7hrS5ljfQ&pid=ImgRaw&r=0"),
new("Image 3", "https://th.bing.com/th/id/OIP.kWZbyYQqqFaowDIJVCoRSgHaEK?rs=1&pid=ImgDetMain"),
new("Image 4", "https://learn.microsoft.com/en-us/dotnet/maui/media/what-is-maui/architecture-diagram.png"),
new("Image 5", "https://th.bing.com/th/id/R.88d727f77173a5338fb70fed37b4131d?rik=tcl4LhWD6an5%2fg&pid=ImgRaw&r=0"),
new("Image 6", "https://learn.microsoft.com/en-us/dotnet/maui/media/what-is-maui/maui.png"),
new("Image 7", "https://th.bing.com/th/id/OIP.TTeAND36n5837q14OO5qqAHaGq?w=768&h=691&rs=1&pid=ImgDetMain"),
new("Image 8", "https://th.bing.com/th/id/OIP.yvpmJbIaGIyatyAiTzbSTgHaHk?rs=1&pid=ImgDetMain"),
new("Image 9", "https://th.bing.com/th/id/OIP.PsAQ5A0DMjL5866MIpa24QAAAA?w=383&h=811&rs=1&pid=ImgDetMain"),
new("Image 10", "https://user-images.githubusercontent.com/271950/164788792-a96610d5-3910-45fe-b003-4db797eb2188.png"),
};
}
}
Expand Down
7 changes: 0 additions & 7 deletions global.json

This file was deleted.

0 comments on commit 105daa4

Please sign in to comment.