android ImageSpan, in textview when last position show a big image is little,but my image is very big,I want to the ImageSpan auto next line . I try overload size method and change size equal textview width, but doesn't solve the problem
SpanabeleString contentSS=new SpanabeleString("hello word on the line [image]");
contentSS.setSpan(imageSpan,"[image]".start,"start".length,xxx);
//imageSpan not support auto new line;
I cannot change content,I hope use imagespan implement auto next line function