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);
1.4m articles
1.4m replys
5 comments
57.0k users