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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user