Disable animated layout changes for the top app bar

At least temporarily. Prevents unsightly layout shifts
This commit is contained in:
smdyv 2022-02-20 13:27:08 +01:00 committed by Daniel Micay
parent 8453e2f2c6
commit 1fbfc86199
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
android:fitsSystemWindows="true"
android:theme="@style/AppTheme.AppBarOverlay">