Willy Noel
Results
2
comments of
Willy Noel
Hello lukasdylan, You probably forget to set bound to your drawable : Drawable d = ContextCompat.getDrawable(this, R.drawable.icon32); d.setBounds(0, 0, d.getIntrinsicWidth(), d.getIntrinsicHeight()); ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); I managed to...
Any Solution for the flick ? It is really too bad, because without that, the result would be awesome !