android appbarlayout 监听滚动,Android之解决CoordinatorLayout+AppBarLayout+CollapsingToolbarLayout+RecyclerV...

1 问题

主页面用的是这种结构android

CoordinatorLayout+AppBarLayout+CollapsingToolbarLayout+RecyclerView(里面再嵌套RecyclerView,而后这个RecyclerView再嵌套一个RecyclerView)上下滑动在AppBarLayout下面出现页面上下颤抖问题app

2 分析

个人主页代码以下google

xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:app="http://schemas.android.com/apk/res-auto"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@color/white">

android:id="@+id/app_bar"

app:elevation="0dp"

android:layout_width="match_parent"

android:layout_height="wrap_content">