ikew0ng / SwipeBackLayout

An Android library that help you to build app with swipe back gesture.
Apache License 2.0
6.13k stars 1.4k forks source link

在滑动过一半屏幕时松开手,可否手动滑动到初始位置。 #193

Closed reamal closed 2 years ago

reamal commented 4 years ago

当滑动超过一半时,可否在 dispatchTouchEvent up 事件中拦截事件,让页面回到初始位置,不返回上一个页面。