implement VectorDrawable, by loading tmp SVG with gdkpixbuf

This won't work for Apps using VectorDrawableCompat
This commit is contained in:
Julian Winkler
2024-03-24 15:41:39 +01:00
parent 26b6da2c9c
commit f4a0191b1c
4 changed files with 62 additions and 1 deletions

View File

@@ -41,5 +41,5 @@ public class BitmapDrawable extends Drawable {
a.recycle();
}
private static native long native_paintable_from_pixbuf(long pixbuf);
static native long native_paintable_from_pixbuf(long pixbuf);
}