Skip to content

Commit 770456b

Browse files
authored
Update ScrollView源码分析.md
1 parent 52d7f48 commit 770456b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

article/ScrollView源码分析.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,3 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
730730
Reflect.on(scrollView).set("mOverflingDistance", 100);
731731
```
732732
这样就实现了弹性`ScrollView`。以上`demo`的代码在[SkyScrollViewDemo](https://github.com/Skykai521/SkyScrollViewDemo)
733-
734-
> 我每周会写一篇源代码分析的文章,以后也可能会有其他主题.
735-
> 如果你喜欢我写的文章的话,欢迎关注我的新浪微博[@达达达达sky](http://weibo.com/u/2030683111)
736-
> 地址: [http://weibo.com/u/2030683111](http://weibo.com/u/2030683111)
737-
> 每周我会第一时间在微博分享我写的文章,也会积极转发更多有用的知识给大家.

0 commit comments

Comments
 (0)