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.

Android Vector Drawable <text> not support, <tspan> not support

In icon.svg ERROR@ line 9 <text> is not supported ERROR@ line 10 <tspan> is not supported How …

android svg android-drawable android-vectordrawable
How can I use VectorDrawable with the Android Toolbar?

What is the proper method to use the new VectorDrawable in the toolbar? I tried to use the app:srcCompat …

android android-toolbar android-vectordrawable
Android how to resize (scale) an xml vector icon programmatically

This is driving me crazy. I would like to be able to resize an xml vector drawable icon programmatically in …

java android android-layout android-studio android-vectordrawable
VectorDrawable is not center aligned

I've created a VectorDrawable file with the path data i had. But the issue is that image is not aligning …

android svg android-vectordrawable
Reversing the morphing animation from arrow to checkmark

I am trying to achieve the morphing effect, when the user clicks myButton, the image inside the ImageView should morph …

android android-animation android-vectordrawable
Vectors in Android resized dynamically

I'm using SVG imported images in android, but I can't resize it using a ImageView, the image is like this. …

android svg svg-android android-vectordrawable
Android studio 1.5.1: Could not find property 'vectorDrawables'

I'm using Android Studio 1.5.1, Gradle 2.8 and my project min sdk vserion:14, target sdk version: 23. So, When I add vectorDrawables to …

android android-studio gradle android-support-library android-vectordrawable
Programmatically tint a Support Vector

Android Studio version 2.1, gradle version 2.1.0, please correct me if you spot any misinterpretations :) I am confused about support vectors in …

android android-appcompat android-vectordrawable
Tint VectorDrawable inside Drawable Resource xml

i've had a drawable resource for a selectable Button/ImageView like this: <selector> <item android:state_selected="…

android android-resources tint android-vectordrawable