File tree 2 files changed +3
-3
lines changed
FormsGallery/FormsGallery/FormsGallery
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public ImageCellDemoPage()
26
26
{
27
27
// Some differences with loading images in initial release.
28
28
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" ) ) ,
30
30
ImageSource . FromFile ( "ide_xamarin_studio.png" ) ,
31
31
ImageSource . FromFile ( "Images/ide-xamarin-studio.png" ) ) ,
32
32
Text = "This is an ImageCell" ,
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ public ImageDemoPage()
19
19
{
20
20
// Some differences with loading images in initial release.
21
21
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" ) ) ,
23
23
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" ) ) ) ,
25
25
26
26
27
27
You can’t perform that action at this time.
0 commit comments