ikew0ng / SwipeBackLayout

An Android library that help you to build app with swipe back gesture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

reamal opened this issue · comments

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