Can you load a drawable from a sub directory in the assets (not the drawable folder) folder?
assets
Hope this help:
Drawable d = Drawable.createFromStream(getAssets().open("Cloths/btn_no.png"), null);