张雷

Results 12 comments of 张雷

I'm seeing the same issue on 10.11.6

大佬,有demo吗

加上margin或者padding后能看到顶上缩小的view

/** * 计算可滑动的最大值 */ private void computeMaxScroll() { maxScroll = locationRects.get(locationRects.size() - 1).bottom - getHeight(); if (maxScroll < 0) { maxScroll = 0; return; } int itemCount = getItemCount(); int...

改了半天还是没太明白你这个maxScroll 是怎么算的 TAT

最后一个view对应的rect的bottom值吗

亲,我又来了,能扩展成横向的吗😂😂

错误: 程序包UCrop不存在

找不到BoxingActivity @xiaoyuanhu