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.

Use fillType="evenOdd" on Android 21

I have an SVG image that I want to include in an Android project. The minSdk version for the project …

android svg vector android-vectordrawable
VectorDrawable: Invalid drawable tag gradient

I have been using the Android Asset Studio to generate vector drawables from SVG files exported from Zeplin for a …

android android-layout android-vectordrawable
VectorDrawableCompat Resources$NotFoundException on KitKat and below

When I enable vectorDrawables.useSupportLibrary = true I get a lot of resourceNotFoundExceptions on KitKat and below devices. I get this …

android android-appcompat android-vectordrawable
Binary XML file line #1: invalid drawable tag vector

I have an app that runs perfectly on most devices. However, I'm getting a FATAL exception whenever I try to …

android xml android-drawable android-resources android-vectordrawable
Android: getting Resources$NotFoundException for abc_ic_ab_back_material

I'm getting a Resources$notfoundexception on older (pre-L) devices. I'm including the full stacktrace below. My version of the support …

android android-support-library android-toolbar android-resources android-vectordrawable
Android Studio 3.0 vector drawables and LINT tools:ignore="VectorPath"

After upgrading to 3.0 Android Studio has started to complain about long paths in vector drawables. The warning says: Very long …

android lint android-vectordrawable
VectorDrawable not rendering correctly on API 23

I am replacing all my icons with VectorDrawables wherever possible. But I noticed a couple of them don't render correctly …

android android-vectordrawable
Tools for creating AnimatedVectorDrawable

I really like the AnimatedVectorDrawable capabilities added to Android. Any nice tools to create such animations? E.g. Any tools …

android android-animation material-design android-vectordrawable
Can we use VectorDrawable or VectorXML as icons for push notifications in android?

I am using PNG image but its size is getting too big so I have to compromise with its quality. …

android xml push-notification android-vectordrawable
AppCompat 23.3 Support Vectors no longer work?

I was using the support vector drawables added in Support Library 23.2 along with AppCompat. I was using vector drawables both …

android android-appcompat android-vectordrawable