You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement VectorDrawable, by loading tmp SVG with gdkpixbuf
This won't work for Apps using VectorDrawableCompat
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user