andreluizreis
6/22/2017 - 6:43 PM

Convert Bitmap to Drawable. Font: https://stackoverflow.com/questions/2415619/how-to-convert-a-bitmap-to-drawable-in-android

Drawable d = new BitmapDrawable(context.getResources(), bitmap);