GestureViewBinder icon indicating copy to clipboard operation
GestureViewBinder copied to clipboard

view 自定义view大小,缩放中心点不对,双指缩放不是手指间的中心点

Open ZhuSky opened this issue 4 years ago • 0 comments

@Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { setMeasuredDimension(3000, 3000); } 当设置view大小后,缩放中心点位置不对,希望可以有个解决的办法

ZhuSky avatar Mar 26 '20 07:03 ZhuSky