1 問題
主頁面用的是這種結構android
CoordinatorLayout+AppBarLayout+CollapsingToolbarLayout+RecyclerView(裏面再嵌套RecyclerView,而後這個RecyclerView再嵌套一個RecyclerView)上下滑動在AppBarLayout下面出現頁面上下顫抖問題app
2 分析
個人主頁代碼以下google
<?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout 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"> <com.google.android.material.appbar.AppBarLayout android:id="@+id/app_bar" app:elevation="0dp" android:layout_width="match_parent" android:layout_height="wrap_content"> <com.google.android.material.appbar.CollapsingToolbarLayout