Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96431570 authored by Tony Wickham's avatar Tony Wickham
Browse files

Have All Set aniamted background extend edge-to-edge

There's already a separate ConstraintLayout for the content that needs
to have fitsSystemWindows="true", but the drawing can extend past system
insets.

Test: Run AllSetActivity, manually inspect layout/drawing
Fixes: 237052706
Change-Id: I8ff1e3a036fb5c6bfa8586b041c9e5eae55c321d
parent bc3fb936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/content_view"
        android:fitsSystemWindows="true">
        android:fitsSystemWindows="false">

        <com.airbnb.lottie.LottieAnimationView
            android:id="@+id/animated_background"