android 地图侧滑栏,ScrollLayout:上拉滑动上滑拖出,类似高德地图百度地图抽屉拖拽效果...

ScrollLayout

Abstract 摘要

在ScrollView或者ListView里面使用ViewPager.支持手势上拉滑出,中途停顿,下滑退出页面,类似百度地图内场景抽屉拖拽效果效果

Gif 动画

demo.gif

Similar 类似使用

50655e800551f422b94e75fc96fbf62b.pngScreenshot42.pngScreenshot58.png

Demo 下载APK体验

Usage 使用方法

Step 1

Gradle 配置

dependencies {

compile 'com.yinglan.scrolllayout:scrolllayout:1.0.2'

}

Step 2

Function and parameter definitions 功能与参数定义

ScrollLayout

ContentRecyclerView

ContentListView

ContentScrollView

配置参数

参数含义

allowHorizontalScroll

是否支持横向滚动

exitOffset

最低部退出状态时可看到的高度,0为不可见

isSupportExit

是否支持下滑退出,支持会有下滑到最底部时的回调

maxOffset

打开状态时内容显示区域的高度

minOffset

关闭状态时最上方预留高度

mode

位置状态,关闭、打开、底部

In layout

xmlns:app="http://schemas.android.com/apk/res-auto"

android:id="@+id/scroll_down_layout"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="#000000"

app:allowHorizontalScroll="true" //是否支持横向滚动

app:exitOffset="0dp" //最低部退出状态时可看到的高度,0为不可见

app:isSupportExit="true" //是否支持下滑退出,支持会有下滑到最底部时的回调

app:maxOffset="260dp" //打开状态时内容显示区域的高度

app:minOffset="50dp" //关闭状态时最上方预留高度

app:mode="open"> //默认位置状态,关闭、打开、底部

or

In Java Code

{

mScrollLayout.setMinOffset(0);

mScrollLayout.setMaxOffset(800);

mScrollLayout.setExitOffset(500);

mScrollLayout.setToOpen();

mScrollLayout.setIsSupportExit(true);

mScrollLayout.setAllowHorizontalScroll(true);

mScrollLayout.setOnScrollChangedListener(mOnScrollChangedListener);

}

Other 其它

依赖内包含重写的ContentScrollView、ContentListView与ContentRecyclerView 可在ScrollLayout里面里面使用ViewPager等功能,配合使用效果更佳。 感谢Ted的库给的方向。

License

The work done has been licensed under Apache License 2.0. The license file can be found here. You can find out more about the license at:

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值