mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user