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

@@ -187,6 +187,7 @@ hax_jar = jar('hax', [
'android/graphics/drawable/ScaleDrawable.java',
'android/graphics/drawable/ShapeDrawable.java',
'android/graphics/drawable/StateListDrawable.java',
'android/graphics/drawable/VectorDrawable.java',
'android/graphics/drawable/shapes/OvalShape.java',
'android/graphics/drawable/shapes/Shape.java',
'android/hardware/ConsumerIrManager.java',