We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7f48 commit 770456bCopy full SHA for 770456b
article/ScrollView源码分析.md
@@ -730,8 +730,3 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
730
Reflect.on(scrollView).set("mOverflingDistance", 100);
731
```
732
这样就实现了弹性`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