Skip to content

Commit 8fbe49b

Browse files
committed
no message
1 parent 4a93c27 commit 8fbe49b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,18 @@ container.draw(canvas);
6565

6666
listview不嵌套时,不管是否滚动,都能得到正确的结果
6767

68-
![listview](https://github.com/android-notes/auto-scroll-capture/blob/master/listview_capture.png?raw=true)
68+
![listview](https://github.com/android-notes/auto-scroll-capture/blob/master/listview_capture.jpg?raw=true)
6969

7070

7171
但scrollview滚动后即使顶部的已经看不到了,但调用scrollview的draw时还是会把scrollview不可见的地方画进去
72-
![scrollview](https://github.com/android-notes/auto-scroll-capture/blob/master/scrollview_capture.png?raw=true)
72+
![scrollview](https://github.com/android-notes/auto-scroll-capture/blob/master/scrollview_capture.jpg?raw=true)
7373

7474
为了通用起间,我们给view外面嵌套了一层view
7575

7676
#### 代码实现
7777

7878
关键逻辑如下,但有些细节还需要具体对待
79+
7980
```java
8081

8182
private void autoScroll() {

0 commit comments

Comments
 (0)