a pull left/right/down/up expandable layout like RefreshLayout
//for support
implementation 'com.github.zyyoona7:pullexpandlayout:1.0.2'
//for androidx
implementation 'com.github.zyyoona7:pullexpandlayoutx:1.0.2'
-
2019/05/23 发布 1.0.2 版本
- 优化拖拽方向处理,只拦截对齐方式同方向的事件
- 修改 header、footer 设置不可用时,手动调用打开/关闭方法也无效
-
2019/05/21 发布 1.0.1 版本
- 优化事件分发拦截更加精准
- 修复阻尼效果拖拽无法到达拖拽最大距离
-
2019/05/20 发布 1.0.0 版本
- 支持横向滑动
- 增加滑动转换器(PullExpandTransformer),可以实现更多的拖拽效果,比如视差效果(Parallax)
- 支持 Androidx
Copyright 2019 zyyoona7
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.