Top "Android-vectordrawable" questions

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.

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 …

android svg android-vectordrawable
Invalid drawable tag vector

Im trying to use vector drawables on pre lollipop devices. I did all as instructed here but i still get …

android android-vectordrawable
How to use vector drawables with View besides ImageView with srcCompat?

app:srcCompat with ImageView allows for backward compatible use of vector drawables. But how can you use them with other …

android android-support-library android-vectordrawable
Can GradientColor be used to define a gradient for a fill or stroke entirely in XML?

I was looking at the documentation for GradientColor https://developer.android.com/reference/android/R.styleable.html#GradientColor . How can …

android xml android-vectordrawable
AndroidStudio import SVG with ERROR@ <mask> is not supported

I got message "ERROR@ <mask> is not supported" when try to import SVG using Android Studio 3.0.1 Build #AI-171.4443003, …

android-studio svg vector ide android-vectordrawable
Android Vector Drawable <defs> not support. How to fix it?

| got this error when try to generate a vector asset from local svg files from AndroidStudio 2.2, Ubuntu 14.04 Could not generate …

android svg android-vectordrawable
AppCompat 23.2 use VectorDrawableCompat with RemoteViews (AppWidget) on API<21

I have an AppWidget and I'd like to use VectorDrawables in it also on pre-Lollipop devices. VectorDrawableCompat won't work with …

android android-support-library android-appcompat remoteview android-vectordrawable
Android circle checkmark animation

I'm trying to achieve something similar to the BEMAnimationTypeStroke which can be found in the iOS library BEMCheckBox. I've tried …

android animation android-vectordrawable checkmark
How to get a Bitmap from VectorDrawable

I'm still trying to solve the problem I've had since a couple of days ago and I still have not …

android bitmap ontouchlistener getpixel android-vectordrawable
Android: How to set stroke color for vector drawable programmatically

I am getting into a trouble with VectorDrawable in Android. I have a vector drawable file (.xml) and I want …

android android-vectordrawable