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

怎么同时设置左滑和右滑

CaiJinFu opened this issue · comments

怎么同时设置左滑和右滑

试试SmartSwipe

其中的SmartSwipeBack实现了全局Activity侧滑返回功能,特色:

  • 全局只需一行代码即可搞定所有Activity侧滑返回
  • 可选样式:开门、百叶窗、仿微信、仿QQ及仿MIUI贝塞尔曲线
  • 无需透明主题
  • 无需继承某个特定的Activity
  • 不需要侵入xml布局文件
  • 也不需要侵入BaseActivity
  • 支持全屏侧滑和(/或)边缘侧滑返回
  • 支持 上/下/左/右 4个方向侧滑返回

文档地址: https://luckybilly.github.io/SmartSwipe-tutorial/

Demo:
image