Reputation: 3971
I try to use vector in Android Studio (my project is for < 5.0).
For that :
After that, I have the xml file in the drawable. I put it on the src of an Imageview...
The problem is : the render of my vector is bad when I put it in a large size.
Why ?
EDIT : I found the solution !
I have to click on "override default size from Material Design" and change the size.
Upvotes: 1
Views: 905
Reputation: 3971
I found the solution !
I have to click on "override default size from Material Design" and change the size.
Upvotes: 2