Skip to content
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

一个小问题! #53

Open
YLAndsoft opened this issue Apr 17, 2018 · 1 comment
Open

一个小问题! #53

YLAndsoft opened this issue Apr 17, 2018 · 1 comment

Comments

@YLAndsoft
Copy link

CoolRefreshView嵌套NestedScrollView在嵌套RecyclerView就不能加载更多了吗?以下是布局代码:
<com.shizhefei.view.coolrefreshview.CoolRefreshView
android:id="@+id/home_seeMore_refresh_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants">
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="none"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
>
<android.support.v7.widget.RecyclerView
android:id="@+id/home_seeMore_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false"/>
</android.support.v4.widget.NestedScrollView>
</com.shizhefei.view.coolrefreshview.CoolRefreshView>

@YLAndsoft
Copy link
Author

下拉刷新没问题.是我属性设置不对还是哪里错误呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant