MostafaGazar / CustomShapeImageView

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
http://mostafagazar.github.io/CustomShapeImageView
Apache License 2.0
1.62k stars 425 forks source link

How to programmatically change svg_raw_resource of SvgImageView #24

Open sonzerolee opened 6 years ago

sonzerolee commented 6 years ago

I have a SvgImageView and a Button. Every time button is clicked, i want to change svg_raw_resource of SvgImageView. Please help!

edurocks commented 6 years ago

Yes i really need this information too. Please help. I want to change the svg dynamically how can i do that? Thanks