Merge "Make the content animated together with the app bar" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-27 23:31:38 +00:00
committed by Android (Google) Code Review

View File

@@ -21,7 +21,8 @@
android:id="@+id/content_parent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
android:fitsSystemWindows="true"
android:transitionGroup="true">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/app_bar"