I want to change black color to red but when I set tint also purple element goes to red. Is it possible to change only black elements? That image is vector .xml
You should break it into two separate images, and tint them individually. You cannot apply the tint partially to one image.
👍 1
d
Daniele Segato
10/21/2021, 8:56 AM
Or look into the XML, you could be able to change the color directly inside it.
You can't do it from code because that's considered a complete image (sort of like a blackbox)
tint only use alpha channel and color what's visibile