Skip to content

Commit 99664aa

Browse files
afohrmandsn5ft
authored andcommitted
[Adaptive][Side Sheet] Disabled lift on scroll in Side Sheet demo.
PiperOrigin-RevId: 499915843 (cherry picked from commit e92414c)
1 parent 516240d commit 99664aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheet_fragment.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
<com.google.android.material.appbar.AppBarLayout
2626
android:layout_width="match_parent"
2727
android:layout_height="wrap_content"
28-
app:liftOnScrollTargetViewId="@id/nested_scroll_view"
29-
android:fitsSystemWindows="true">
28+
android:fitsSystemWindows="true"
29+
app:liftOnScroll="false"
30+
android:stateListAnimator="@null">
3031

3132
<androidx.appcompat.widget.Toolbar
3233
android:id="@+id/toolbar"

0 commit comments

Comments
 (0)