Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android vector drawable editor [closed]

I'd like to modify existing Android drawable vector XML resource, but Android Studio let do it only in XML source.

Could you suggest a tool for "interactive" editing Android drawable XML?

Or may be there is a way to import such files to, say Incscape, or Adobe...

like image 647
Alexey Avatar asked May 12 '17 18:05

Alexey


People also ask

How do I open a vector asset studio?

To start Vector Asset Studio: In Android Studio, open an Android app project. In the Project window, select the Android view. Right-click the res folder and select New > Vector Asset.

What is use of vector drawable in android?

A VectorDrawable is a vector graphic defined in an XML file as a set of points, lines, and curves along with its associated color information. The major advantage of using a vector drawable is image scalability.


2 Answers

Here is my IDEA plugin : VectorPathTweaker

With this you can easily translate, scale, flip and transpose standard android vector drawables.

img

For installation you need to search for 'VectorPathTweaker' on the plugin market.

tips: you can tweak the values by scrolling the mouse wheel.

like image 108
KnIfER Avatar answered Oct 11 '22 22:10

KnIfER


Is not really what you are asking but on latest version of Android Studio (3.2.1) you have a preview option for all the xml vectors. At this way, you can see the changes while editing the vector which can be very useful. You can find it on the right side of the Android Studio. Check at the screenshot I attach to you.Preview of a vecotr drawable

like image 31
Susana Pons Avatar answered Oct 11 '22 21:10

Susana Pons