问题
I'm using vector's in my app with the common way: app:srcCompat="@drawable/ic_camera"
.
When I use the vector without android:tint=""
attribute the image appear in a good condition and resolution:
But when I add the android:tint=""
attribute the image appear in bad condition and resolution:
What I missing here?
来源:https://stackoverflow.com/questions/49931174/why-androidtint-produce-a-bad-resolution-image