Skip to content

四边都可以滑动切换视图的布局,可以用于实现微信小程序的下拉菜单、RecyclerView的侧滑菜单等。

Notifications You must be signed in to change notification settings

xiazunyang/SideSlideLayout

Repository files navigation

一款四个方向都支持滑动的布局,继承自FrameLayout。

Gif:
image

在SideSlideLayout的子View中添加以下属性来指定它们的位置:

属性 说明
app:layout_side 指定子View在SideSlideLayout中的位置,可用选项见下表
选项 说明
non 默认值,中间
left 左边,向右滑动时可见
top 上边,向下滑动时可见
right 右边,向左滑动时可见
bottom 下边,向上滑动时可见

About

四边都可以滑动切换视图的布局,可以用于实现微信小程序的下拉菜单、RecyclerView的侧滑菜单等。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages