| 类 | 说明 |
|---|---|
| ActivityDoorBackConsumer | |
| ActivityShuttersBackConsumer | |
| ActivitySlidingBackConsumer |
swipe to finish activity. make current activity translucent to show the previous activity
thanks:
1. https://github.com/ikew0ng/SwipeBackLayout
2. https://github.com/Simon-Leeeeeeeee/SLWidget
|
| BezierBackConsumer |
swipe to back with bezier consumer
thanks:
1. https://github.com/qinci/AndroidSlideBack
2. https://github.com/Blankj/SwipePanel
|
| DoorConsumer |
looks like open the door from the middle to the sides
|
| DrawerConsumer |
contains content view and at most 4 drawer view
drawer view shows above content view
default release mode is
SwipeConsumer.RELEASE_MODE_AUTO_OPEN_CLOSE |
| ShuttersConsumer |
looks like shutters open and close
|
| SlidingConsumer | |
| SpaceConsumer | |
| StayConsumer |
Swipe to do something, the contentView do not move,
when swipe released, determine whether the velocity and direction is enough, do some business if success
|
| StretchConsumer | |
| TranslucentSlidingConsumer |
Sliding with no drawer view, the view below will gradually show up as the contentView moves
Note:
TranslucentSlidingConsumer works similar to SpaceConsumer, differences are:
1. |