File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ UIL aims to provide a powerful, flexible and highly customizable instrument for
10
10
* ** New API:** ` DisplayImageOptions.targetSize(ImageSize) `
11
11
* HTTP cache support
12
12
* Consider ` BitmapFactory.Options.inBitmap `
13
- * ` ImageLoader.loadImageSync() ` fix
14
13
* Time-to-live option for files in LruDiskCache
15
14
16
15
## Features
@@ -152,7 +151,7 @@ DisplayImageOptions options = new DisplayImageOptions.Builder()
152
151
``` java
153
152
String imageUri = " http://site.com/image.png" ; // from Web
154
153
String imageUri = " file:///mnt/sdcard/image.png" ; // from SD card
155
- String imageUri = " content://media/external/audio/albumart/13 " ; // from content provider
154
+ String imageUri = " content://media/external/audio/albumart/1 " ; // from content provider
156
155
String imageUri = " assets://image.png" ; // from assets
157
156
String imageUri = " drawable://" + R . drawable. img; // from drawables (non-9patch images)
158
157
```
You can’t perform that action at this time.
0 commit comments