kingwang666
kingwang666
`Behavior` touch event comes from `CoordinatorLayout`. I think `CoordinatorLayout` parent `requestDisallowInterceptTouchEvent` should be used
> I approved cuz' I didn't see the error mentioned in the issue with this change. But when I took another look, I cannot repro the error messages with the...
@pekingme ok~
> The source of this issue: > > ``` > private void updateTabViewLayoutParams(@NonNull LinearLayout.LayoutParams lp) { > if (mode == MODE_FIXED && tabGravity == GRAVITY_FILL) { > lp.width = 0;...
主要的保存的path对象不变 作者有没有好的解决思路?我想破脑袋只想到了 保存所有点的思路了。。。
而不是保存path了
hello! What's the progress?