Chế độ xem cuộn chồng chéo với AppBarLayout
Tôi muốn triển khai mẫu 'Không gian linh hoạt với nội dung chồng chéo' từ kỹ thuật cuộn Material design , chẳng hạn như trong video này : Bố cục XML của tôi bây giờ trông giống như sau: <android.support.design.widget.CoordinatorLayout android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.design.widget.AppBarLayout android:layout_width="match_parent" android:layout_height="192dp" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> <android.support.design.widget.CollapsingToolbarLayout android:layout_width="match_parent" android:layout_height="match_parent" app:layout_scrollFlags="scroll|exitUntilCollapsed"> …