Skip to content

Commit a79dec8

Browse files
committed
update readme.
1 parent 26bbb13 commit a79dec8

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
@@ -171,7 +171,7 @@ SVGADrawable drawable = new SVGADrawable(videoItem, dynamicItem);
171171
You need to create a bitmap instance, use setDynamicImage method, to replace specific image. Ask your designer to provide imageKey(or unzip the svga file, find it).
172172

173173
```
174-
dynamicItem.setDynamicImage(bitmapDrawable, "99");
174+
dynamicItem.setDynamicImage(bitmap or url, "99");
175175
```
176176

177177
### Dynamic Text

0 commit comments

Comments
 (0)