Skip to main content

Questions tagged [android-vectordrawable]

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.

android-vectordrawable
36 votes
4 answers
30k views

How to create Android VectorDrawables from Illustrator (or similar tool)?

If I have a vector image in a program like Illustrator, how can I end up with the correct format for Android's VectorDrawable framework to use? I found a tool to convert SVG to the VectorDrawable xml ...
cottonBallPaws's user avatar
3 votes
2 answers
2k views

When to use VectorDrawable?

Android Lollipop has introduced several new classes, one of them being VectorDrawable. I was just wondering when will it be suitable to use VectorDrawable over a bitmap image knowing VectorDrawable ...
ralph's user avatar
  • 153
5 votes
1 answer
2k views

VectorDrawable causes NumberFormatException

I'm using the quite new and cool vector drawables of Android Lollipop. But with some SVG files I get always a NumberFormatException on runtime when that drawable is used. Here is my stacktrace: ...
rekire's user avatar
  • 47.7k
0 votes
1 answer
268 views

System bar icons as VectorDrawables

I am an LG G3 user and updated my phone to Lollipop. I develop themes for the LG system in order to change the UI design back to stock Android. I am really struggling with the navigation bar because: -...
László Szécsényi's user avatar
88 votes
9 answers
57k views

VectorDrawable - is it available somehow for pre-Lollipop versions of Android? [closed]

Background I've noticed that Android now supports some kind of vector drawing, via a class called "VectorDrawable" (and also AnimatedVectorDrawable, BTW). I've found about it by looking at what's new ...
android developer's user avatar

15 30 50 per page
1
44 45 46 47
48