Skip to content

Commit 1d5ca3d

Browse files
Parmendrakolegoid
authored andcommitted
Sample Fixed "FormsGallery". Bug#42201
1 parent 82b6526 commit 1d5ca3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FormsGallery/FormsGallery/FormsGallery/ImageCellDemoPage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public ImageCellDemoPage()
2626
{
2727
// Some differences with loading images in initial release.
2828
ImageSource =
29-
Device.OnPlatform(ImageSource.FromUri(new Uri("http://xamarin.com/images/index/ide-xamarin-studio.png")),
29+
Device.OnPlatform(ImageSource.FromUri(new Uri("https://www.xamarin.com/content/images/pages/branding/assets/xamagon.png")),
3030
ImageSource.FromFile("ide_xamarin_studio.png"),
3131
ImageSource.FromFile("Images/ide-xamarin-studio.png")),
3232
Text = "This is an ImageCell",

FormsGallery/FormsGallery/FormsGallery/ImageDemoPage.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public ImageDemoPage()
1919
{
2020
// Some differences with loading images in initial release.
2121
Source =
22-
Device.OnPlatform(ImageSource.FromUri(new Uri("http://xamarin.com/images/index/ide-xamarin-studio.png")),
22+
Device.OnPlatform(ImageSource.FromUri(new Uri("https://www.xamarin.com/content/images/pages/branding/assets/xamagon.png")),
2323
ImageSource.FromFile("ide_xamarin_studio.png"),
24-
ImageSource.FromUri(new Uri("http://xamarin.com/images/index/ide-xamarin-studio.png"))),
24+
ImageSource.FromUri(new Uri("https://www.xamarin.com/content/images/pages/branding/assets/xamagon.png"))),
2525

2626

2727

0 commit comments

Comments
 (0)