Make the content animated together with the app bar

Set transitionGroup to the whole page layout so all the content could be
animated in together.

Fixes: 189417218
Test: rebuild and launch All apps page
Change-Id: Ib584fc9ea272b9c61aec3067440fe95435220735
This commit is contained in:
Yi-Ling Chuang
2021-05-27 16:53:03 +08:00
parent acbeea2b9c
commit c4ab5a4b5a

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"