🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
1.93k
stars
353
forks
source link
CollapsingToolbarLayout、 TabLayout和 Viewpager嵌套RecyclerView 取消上拉时会误触下拉动作 #95
Open
StaticCoder opened 5 years ago
问题描述:使用如下布局形式,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布局 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ll_list" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" android:orientation="vertical">