thecuber
Results
1
comments of
thecuber
I do not know if this is solved, but I think I have a solution. Replace the: `ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE);` with: `view.setBackgroundDrawable(d);` Then, the image is set...