-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不能设置阻尼系数,下拉感觉费劲,像美团 饿了么 现在下拉都比较轻松,建议增加设置阻尼系数功能 #64
Comments
下次更新会新增一个接口,如果现在就要使用的话,可以下载源码修改下面这个常量: |
还有一个问题,我用scrollview嵌套gridview、listview、banner。 这个时候滑动会有冲突,下拉会在屏幕的大片区域失效。 |
因为你用scrollview嵌套gridview、listview3个可滚动view本身就存在手势冲突,SpringView只关心内部的第一个view,不关心这个view里面嵌套的其他view,你处理好scrollview嵌套gridview、listview带来的手势冲突就行了。 |
但是我已经把scrollview 和gridview、listview的冲突解决过了。你说的我都明白,我猜嵌套recyclerview应该是没问题的。我想问的是,springview的第一个子view就是scrollview,而scrollview本身是已经解决过冲突的,为什么还会出现冲突,是我的代码问题么。 因为这个布局是上个人写的,好久了,而且比较复杂,不想重写所以这么问。 |
有空我按这样嵌套建个demo试试 |
你确定nestedscrollview 嵌套俩recyclerview 用springview 可以用吧,那我就按照这个方式先写了。 |
我之前一直是 recyclerview嵌套recyclerview 用header 反正是挺好用 |
nestedscrollview+recyclerview +springview 这种方式我是经常用,即便是很复杂的布局也很容易排列 |
好的。之前没用过nestedscrollview,顺带问一下,阿里的Vlayout 可以用么 |
可以,Vlayout 本身也是recyclerview 只是封装了一下adapter |
好的,谢谢。 |
什么时候更新 下啦阻尼? |
No description provided.
The text was updated successfully, but these errors were encountered: