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);
2.1m questions
2.1m answers
60 comments
57.0k users