XMLImporter need new function

Hi,



Someone can add setAssetManager function in the XMLImporter.



Thanks !

I notice that the assetManager variable is never set in XMLImporter, so this is definitely a bug.

If you're registering the XMLImporter with the AssetManager using registerLoader, then the assetManager should be set automatically in the call load(AssetInfo), but it isn't.

I will add a setAssetManager method and make sure its set in the load(AssetInfo) method.