You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
StaticCoder
changed the title
CollapsingToolbarLayout、 TabLayout和 Viewpage嵌套RecyclerView 取消上拉时会误触下拉动作
CollapsingToolbarLayout、 TabLayout和 Viewpager嵌套RecyclerView 取消上拉时会误触下拉动作
Nov 12, 2019
问题描述:使用如下布局形式,CollapsingToolbarLayout在折叠状态下,把RecyclerView拉到最底部,再往上拉出脚部局,不松手,然后往下拉把上拉布局隐藏掉,继续往下拉会直接把下拉刷新布局拉出来(这时RecyclerView并未拉到最顶端)。
望作者有时间帮忙看一下,谢啦!
这是上面的viewpager布局
<android.support.design.widget.CoordinatorLayout
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="match_parent">
这是viewpager里的fragment布局
The text was updated successfully, but these errors were encountered: