From 96431570d4e87155bb5d928f609f8f8b0490265f Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 22 Jul 2022 14:00:28 -0700 Subject: [PATCH] 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 --- quickstep/res/layout/activity_allset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/res/layout/activity_allset.xml b/quickstep/res/layout/activity_allset.xml index 0cae733dbe..56e1d16281 100644 --- a/quickstep/res/layout/activity_allset.xml +++ b/quickstep/res/layout/activity_allset.xml @@ -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">