Imaging icon indicating copy to clipboard operation
Imaging copied to clipboard

IMGStickerView.java 170行 Child测量需要调用getChildMeasureSpec

Open JakeWharten opened this issue 5 years ago • 1 comments

child.measure(widthMeasureSpec, heightMeasureSpec); 改成 measureChild(child, widthMeasureSpec, heightMeasureSpec)

JakeWharten avatar Sep 10 '20 05:09 JakeWharten

赞。完美的解决方法。 遇到的问题是文字过小时测量不准确。

tangfuOK avatar Nov 18 '21 07:11 tangfuOK