summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@gmail.com>2016-12-28 16:42:17 -0700
committerE.Z. Hart <hartez@gmail.com>2016-12-28 16:42:17 -0700
commitcf496381ce42bf458f66dc52c3504bf456d78579 (patch)
treef3e1ae023199dc5351ce304fd0c9dc409d465175 /Xamarin.Forms.Controls
parent31397e59ccb8704f49e6f7e071424ab454489cfc (diff)
downloadxamarin-forms-cf496381ce42bf458f66dc52c3504bf456d78579.tar.gz
xamarin-forms-cf496381ce42bf458f66dc52c3504bf456d78579.tar.bz2
xamarin-forms-cf496381ce42bf458f66dc52c3504bf456d78579.zip
Update ImageCellListPage to use an image we control;
Update CellsGalleryImageUrlCellList test to wait longer than 1s for images to load if necessary
Diffstat (limited to 'Xamarin.Forms.Controls')
-rw-r--r--Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs
index e708647e..62ec6940 100644
--- a/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs
+++ b/Xamarin.Forms.Controls/GalleryPages/CellsGalleries/ImageCellListPage.cs
@@ -94,7 +94,7 @@ namespace Xamarin.Forms.Controls
var albums = new List<string> ();
for (int i = 0; i < 30; i++) {
- albums.Add (string.Format ("http://cdn.instructables.com/FCP/9TOJ/GCJ0ZQV5/FCP9TOJGCJ0ZQV5.MEDIUM.jpg?ticks={0}",i ));
+ albums.Add (string.Format ("https://raw.githubusercontent.com/xamarin/Xamarin.Forms/master/Xamarin.Forms.Controls/coffee.png?ticks={0}", i ));
}