Image Asset in Android Studio become weird

Viewed 459

I am sorry if my question is too bad. I am working on creating image asset in Android Studio but everytime I did it, every icon become weird. I also try to imported another file but it just hit the same thingenter image description here

3 Answers

My answer may be not complete relatable to you, However, If you want to add new Icon in Android Studio- Right Click on "App" folder. Select the option "New". then Click "Vector Asset".

In this case, you will able to find new vector asset and can reuse that.

Try to delete the icons that are weird, restart android studio and create all the icons you need again.

Maybe another solution could be updating to a newer version of android studio, if the current version is not the last.

Related