Skip to content

Commit

Permalink
[Adaptive][Side Sheet] Disabled lift on scroll in Side Sheet demo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 499915843
(cherry picked from commit e92414c)
  • Loading branch information
afohrman authored and dsn5ft committed Jan 5, 2023
1 parent 516240d commit 99664aa
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -25,8 +25,9 @@
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:liftOnScrollTargetViewId="@id/nested_scroll_view"
android:fitsSystemWindows="true">
android:fitsSystemWindows="true"
app:liftOnScroll="false"
android:stateListAnimator="@null">

<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
Expand Down

0 comments on commit 99664aa

Please sign in to comment.