corouteam / GlideToVectorYou

Load SVGs in Android with Glide
Apache License 2.0
209 stars 20 forks source link

Svg display to small #6

Open davisoqt opened 5 years ago

davisoqt commented 5 years ago

Hi, I have an ImageView with fixed size, but when the SVG is loaded to small. How can I make the SVG take the image view with and height?

davisoqt commented 5 years ago

The issue is happen only with ImageView, use AppCompatImageView fix the problem.