Skip to content

Commit bd82ff9

Browse files
Some samples changed
1 parent 18c22bb commit bd82ff9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/ImageLoading.Forms.Sample/Shared/Pages/ListHeavyPage.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public ListHeavyCell()
4444
TransformPlaceholders = false,
4545
LoadingPlaceholder = "loading.png",
4646
ErrorPlaceholder = "error.png",
47+
LoadingDelay = 50,
4748
};
4849

4950
image2 = new CachedImage()
@@ -55,6 +56,7 @@ public ListHeavyCell()
5556
TransformPlaceholders = false,
5657
LoadingPlaceholder = "loading.png",
5758
ErrorPlaceholder = "error.png",
59+
LoadingDelay = 50,
5860
};
5961

6062
image3 = new CachedImage()
@@ -68,7 +70,8 @@ public ListHeavyCell()
6870
ErrorPlaceholder = "error.png",
6971
Transformations = new List<Work.ITransformation>() {
7072
new CornersTransformation(50, CornerTransformType.RightRounded)
71-
}
73+
},
74+
LoadingDelay = 50,
7275
};
7376

7477
image4 = new CachedImage()
@@ -82,7 +85,8 @@ public ListHeavyCell()
8285
ErrorPlaceholder = "error.png",
8386
Transformations = new List<Work.ITransformation>() {
8487
new GrayscaleTransformation()
85-
}
88+
},
89+
LoadingDelay = 50,
8690
};
8791

8892
var root = new AbsoluteLayout()

source/FFImageLoading.Svg/AssemblyTFMAttribute.cs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)