Skip to content

Commit ac3d4b8

Browse files
committed
Update README.md
1 parent 8a11a29 commit ac3d4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ this framework.
2020
- you can apply image property (round,borderColor,borderWidth,circle) by you like now.
2121
so to apply image property you must call like this.
2222
``` java
23-
DataBindingFactory.setImagePropertyApplier(new VolleyImageApplier());
23+
DataBindingFactory.setImagePropertyApplier(new VolleyImageApplier()); //here i just use volley to load
2424
```
2525

2626
- supported by plugin and xml schema file.

0 commit comments

Comments
 (0)