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.

programmatically update android Vector Drawable

I have a VectorDrawable consists of 9 rectangles. This is defined as an XML in the the drawables folder. I have …

android android-vectordrawable
Android vector drawable for launcher icon and other images on Android N

I'm going to use vector drawable feature for action bar icons and notification icon, on my app. With the announce …

android android-vectordrawable android-7.0-nougat
Android vector drawable editor

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

android android-drawable android-vectordrawable
Vector Drawable in Layer List on Older Android Versions

On newer Android versions, the following code: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.…

android drawable android-vectordrawable
Rendering Problems Exception android.graphics.drawable

I'm getting this Error : Rendering Problems Exception raised during rendering: android.graphics.drawable.VectorDrawable_Delegate.nDraw(JJJLandroid/graphics/Rect;ZZ) …

android android-vectordrawable
SplashScreen with Vector stretched full screen

I did my splash screen with this tutorial and it works great: https://www.bignerdranch.com/blog/splash-screens-the-right-way/ Basically I …

android android-layout splash-screen android-vectordrawable
AnimatedVectorDrawable in Support Library and animation of "pathData"

I am using animated vectors from Support Library 23.2.0, like this: compile 'com.android.support:support-vector-drawable:23.2.0' compile 'com.android.support:…

java android android-animation android-support-library android-vectordrawable
VectorDrawable: How to position it on canvas?

For my custom view: MyCustomView extends View I made a VectorDrawable mMyVectorDrawable = VectorDrawableCompat.create(getContext().getResources(), R.drawable.ic_some_…

android android-canvas android-vectordrawable
Vector Drawable in the circle

is there an easy way to generate Vector Drawable that is a circle with the icon inside from the existing …

android svg android-vectordrawable
How to add Animated Vector Drawable Animation?

I am trying to animate a vector path to a different path in my android app for testing but its …

android android-vectordrawable animatedvectordrawable