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.

Convert VectorDrawable to SVG

I have made the opposite conversions (SVG to VectorDrawable) manually or using web tools. But I am having hard time …

android svg android-vectordrawable
Android - How to make the XML file for a icon?

This is the xml file for the SHARE icon. How do I create XML for other icons? <vector xmlns:…

android xml android-vectordrawable
How to center vector drawable in layer-list without scaling

I am attempting to use a VectorDrawable in a LayerList without scaling the vector. For example: <layer-list> <…

android android-drawable layer-list android-vectordrawable
Converting SVG file to Android Vector Drawable XML while keeping the group structure in place

I want to convert SVG files to Android Vector Drawable XMLs. I need the structure of the SVG. To the …

android svg data-conversion android-vectordrawable
Support library VectorDrawable Resources$NotFoundException

I am using Design Support Library version 23.4.0. I have enabled the gradle flag: defaultConfig { vectorDrawables.useSupportLibrary = true } I am using …

android android-support-library androiddesignsupport android-vectordrawable
Using Vector Drawable Compat

I am making an android app with a few fragments. In one of these fragments, I have a toolbar with …

android android-vectordrawable
Change fillColor of a vector in android programmatically

I want to edit the fill Color of a vector-file in Android programmatically. In the xml-file I can set my …

android vector android-vectordrawable
Android Selector Drawable with VectorDrawables srcCompat

I'm facing a problem with the new backward compatibility with VectorDrawables. In the Support Library 23.2 was a new feature for …

android vector android-support-library android-appcompat android-vectordrawable
What is the impact of viewportwidth/height on Android drawables

I have an vector drawable I imported from an SVG asset. Sometimes, I have to adjust the size. Usually I …

android svg android-vectordrawable
How do I convert pngs directly to android vector drawables?

Are there online tools to convert png file to vector drawable files (xml in Android)? I have few pngs that …

android png android-vectordrawable