Render themes: SVG resources, closes #60

This commit is contained in:
Emux
2016-07-14 21:18:04 +03:00
parent 9b4cf470f9
commit fed2cd05e4
13 changed files with 244 additions and 2 deletions

View File

@@ -62,6 +62,12 @@ public class IosGraphics extends CanvasAdapter {
}
}
@Override
protected Bitmap decodeSvgBitmapImpl(InputStream inputStream) {
// TODO
return null;
}
@Override
protected Bitmap loadBitmapAssetImpl(String relativePathPrefix, String src) {
try {