MaLiangcai
MaLiangcai
@wmq389122157 @mohanraj546 @slidenerd @aaronhe42 If the content of the TextView is long enough, you can set mAnimationDuration = 0, setDuration (mAnimationDuration), and cancel the animation
@gnuhpc,TextView 内容足够长,超出一屏, mCollapsedHeight计算的有问题,你有遇到这个问题吗?
之后我一直跟代码,发现其 ` public void load(ImageDecoder decoder){` ` sendMessage(MSG_IMAGE_SRC, decoder)` `...` `}` Handle 没有接受到此消息 ` case MSG_IMAGE_SRC: prepare((ImageDecoder) msg.obj); requestInvalidate(); break;` 导致了:`public boolean isNeedPrepare(Rect drawingRect) ` 方法一直返回false; 然后在onDraw()里: ` List drawables...