We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a93c27 commit 8fbe49bCopy full SHA for 8fbe49b
README.md
@@ -65,17 +65,18 @@ container.draw(canvas);
65
66
listview不嵌套时,不管是否滚动,都能得到正确的结果
67
68
- 
+ 
69
70
71
但scrollview滚动后即使顶部的已经看不到了,但调用scrollview的draw时还是会把scrollview不可见的地方画进去
72
- 
+ 
73
74
为了通用起间,我们给view外面嵌套了一层view
75
76
#### 代码实现
77
78
关键逻辑如下,但有些细节还需要具体对待
79
+
80
```java
81
82
private void autoScroll() {
0 commit comments