Questions tagged [svg-android]

A very small libary to support vector graphics for Android

This is a compact and straightforward library for parsing SVG files and rendering them in an Android Canvas. By using vector art, the pain of supporting various screen sizes and densities in Android can be reduced. This was the library used to render the artwork and the interface of Androidify.

See also the official homepage.

31 questions
-2
votes
1 answer

SVG image not display android

I use library svg-android.jar from https://code.google.com/p/svg-android. Image not display. I tried setLayerType(View.LAYER_TYPE_SOFTWARE, null) but doesn't work. I dont know how fixed this.
user3284206
1 2
3