Is it possible to load a drawable from the assets folder? May 25, 2023 by Tarik Hope this help: Drawable d = Drawable.createFromStream(getAssets().open("Cloths/btn_no.png"), null);