Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YeGuli authored May 24, 2018
1 parent 6e881ed commit 40db00f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ step 2:
3.`Activity`或是需要监听手势操作的组件的`OnTouch`回调中使用`GestureHandler`处理:
```kotlin
override fun onTouchEvent(event: MotionEvent?): Boolean {
handler.onDetectorGesture(event)
return true
}
handler.onDetectorGesture(event)
return true
}
```
4. 具体实现效果可参考demo。
4. 具体实现效果可参考demo。

0 comments on commit 40db00f

Please sign in to comment.