About 52 results
Open links in new tab
  1. How to create vector drawables for android? - Stack Overflow

    Feb 15, 2016 · So I tried to create my own vector drawables by converting my png images to svg first and using the path and fill values to make vector drawables i.e replaced the …

  2. android - Tools for creating AnimatedVectorDrawable - Stack …

    You place the first two files in the drawable folder. The third you place in "animator" folder. Both of those folders find the place in the res folder. You may create a layout file with an ImageView in …

  3. Is there a way to preview a vector drawable - Stack Overflow

    Oct 13, 2015 · Short of building and installing my app, is there a way to preview a vector drawable xml file? I've built it into a small test app in Android Studio, and can preview it as part of the …

  4. Change fill color on vector asset in Android Studio

    Oct 3, 2015 · Android Studio now supports vector assets on 21+ and will generate pngs for lower versions at compile time. I have a vector asset (from the Material Icons) that I want to change …

  5. 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 I was using for icons & various places in my app. So, now I want to convert them to x...

  6. Android : Rotate Vector Image to 90 degree - Stack Overflow

    I want to use same file to display on different place with different rotation, how can I use one file to display different rotated state.

  7. android - How to set VectorDrawable as an image for ImageView ...

    For those who want to load a vector drawable programmatically for other uses, such as setting a drawableLeft or otherwise, you can use: Drawable drawable = …

  8. android - Why isn't my vector drawable scaling as expected?

    Jan 27, 2016 · When I right click the drawable folder in Android Studio and choose New -> Vector Asset it drops the vector image XML in my drawable folder. However if I use apktool to unpack …

  9. android - Getting Bitmap from vector drawable - Stack Overflow

    In my application, I have to set a large icon for a notification. LargeIcon must be a Bitmap, and my drawables are vector images (the new feature in Android, see this link) The problem is when I tr...

  10. Converting SVG file to Android Vector Drawable XML while …

    I want to convert SVG files to Android Vector Drawable XMLs. I need the structure of the SVG. To the extend that the SVG groups multiple elements together, I need that grouping to also be …