We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07f940 commit e84d115Copy full SHA for e84d115
README.md
@@ -61,8 +61,8 @@ dependencies {
61
- [x] `SmartRefreshLayout`
62
63
### 2)、SmartRefreshLayout-1.1.0已不支持联动
64
-由于SmartRefreshLayout在1.1.0注释了NestedScrollingChild接口实现,表明无法支持与父View的嵌套滑动,所以CeilingLayout目前无法支持SmartRefreshLayout-1.1.0版本联动。
65
-如果需要和SmartRefreshLayout联动,建议把SmartRefreshLayout降级到1.0.5。
+由于`SmartRefreshLayout`在`1.1.0`注释了`NestedScrollingChild`接口实现,表明无法支持与Parent View的嵌套滑动,所以`CeilingLayout`目前无法支持`SmartRefreshLayout-1.1.0`联动。
+如果需要与`SmartRefreshLayout`联动,建议把`SmartRefreshLayout`降级到`1.0.5`。
66
67
### 3)、错误的位置索引配置
68
> * 不存在的子View位置索引
0 commit comments