Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSun committed Apr 16, 2016
1 parent 8a11a29 commit ac3d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ this framework.
- you can apply image property (round,borderColor,borderWidth,circle) by you like now.
so to apply image property you must call like this.
``` java
DataBindingFactory.setImagePropertyApplier(new VolleyImageApplier());
DataBindingFactory.setImagePropertyApplier(new VolleyImageApplier()); //here i just use volley to load
```

- supported by plugin and xml schema file.
Expand Down

0 comments on commit ac3d4b8

Please sign in to comment.