Can you load a drawable from a sub directory in the assets (not the drawable folder) folder?
assets
I recommend to use this
Drawable.createFromResourceStream(resources,new TypedValue(), resources.getAssets().open(filename), null)
which returns properly scaled drawable thanks to resources ...