Skip to content

Commit 035f3bf

Browse files
committed
Sample: constants
1 parent d872c24 commit 035f3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/com/nostra13/universalimageloader/sample/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public final class Constants {
2222

2323
public static final String[] IMAGES = new String[] {
2424
// Heavy images
25-
"http://www.ioncannon.net/wp-content/uploads/2011/06/test9.webp",
2625
"https://lh6.googleusercontent.com/-55osAWw3x0Q/URquUtcFr5I/AAAAAAAAAbs/rWlj1RUKrYI/s1024/A%252520Photographer.jpg",
2726
"https://lh4.googleusercontent.com/--dq8niRp7W4/URquVgmXvgI/AAAAAAAAAbs/-gnuLQfNnBA/s1024/A%252520Song%252520of%252520Ice%252520and%252520Fire.jpg",
2827
"https://lh5.googleusercontent.com/-7qZeDtRKFKc/URquWZT1gOI/AAAAAAAAAbs/hqWgteyNXsg/s1024/Another%252520Rockaway%252520Sunset.jpg",
@@ -149,6 +148,7 @@ public final class Constants {
149148
"http://macprovid.vo.llnwd.net/o43/hub/media/1090/6882/01_headline_Muse.jpg",
150149
// Special cases
151150
"http://cdn.urbanislandz.com/wp-content/uploads/2011/10/MMSposter-large.jpg", // Very large image
151+
"http://www.ioncannon.net/wp-content/uploads/2011/06/test9.webp", // WebP image
152152
"http://4.bp.blogspot.com/-LEvwF87bbyU/Uicaskm-g6I/AAAAAAAAZ2c/V-WZZAvFg5I/s800/Pesto+Guacamole+500w+0268.jpg", // Image with "Mark has been invalidated" problem
153153
"file:///sdcard/Universal Image Loader @#&=+-_.,!()~'%20.png", // Image from SD card with encoded symbols
154154
"assets://Living Things @#&=+-_.,!()~'%20.jpg", // Image from assets

0 commit comments

Comments
 (0)