We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516240d commit 99664aaCopy full SHA for 99664aa
catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheet_fragment.xml
@@ -25,8 +25,9 @@
25
<com.google.android.material.appbar.AppBarLayout
26
android:layout_width="match_parent"
27
android:layout_height="wrap_content"
28
- app:liftOnScrollTargetViewId="@id/nested_scroll_view"
29
- android:fitsSystemWindows="true">
+ android:fitsSystemWindows="true"
+ app:liftOnScroll="false"
30
+ android:stateListAnimator="@null">
31
32
<androidx.appcompat.widget.Toolbar
33
android:id="@+id/toolbar"
0 commit comments