We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a11a29 commit ac3d4b8Copy full SHA for ac3d4b8
README.md
@@ -20,7 +20,7 @@ this framework.
20
- you can apply image property (round,borderColor,borderWidth,circle) by you like now.
21
so to apply image property you must call like this.
22
``` java
23
- DataBindingFactory.setImagePropertyApplier(new VolleyImageApplier());
+ DataBindingFactory.setImagePropertyApplier(new VolleyImageApplier()); //here i just use volley to load
24
```
25
26
- supported by plugin and xml schema file.
0 commit comments