Skip to content

侧滑返回,支持左滑、右滑、上滑返回,兼容Viewpager、Editext、RecyclerView等组件滑动冲突

Notifications You must be signed in to change notification settings

zhibuyu/SwipeBackDemo

Repository files navigation

SwipeBackDemo

侧滑返回,支持左滑、右滑、上滑返回,兼容Viewpager

注意在manifest文件中定义theme,添加如下属性:

<style name="AppTheme.NoActionBar">
   <item name="android:windowIsTranslucent">true</item>
</style>

Editext、RecyclerView等组件滑动冲突处理方案 http://blog.csdn.net/u010123643/article/details/79277146#t5

About

侧滑返回,支持左滑、右滑、上滑返回,兼容Viewpager、Editext、RecyclerView等组件滑动冲突

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages