From 8f9bfadbd2c066686c54d16b93806ce9160e09d6 Mon Sep 17 00:00:00 2001 From: Fabian Kozynski Date: Wed, 1 Feb 2023 10:06:30 -0500 Subject: [PATCH] Set border of frame to 0dp Test: manual with panel app Fixes: 267362121 Change-Id: Ia3c3a47ae879804650611dd36651b154b6368edb --- packages/SystemUI/res/layout/controls_with_favorites.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SystemUI/res/layout/controls_with_favorites.xml b/packages/SystemUI/res/layout/controls_with_favorites.xml index ee3adba00fe5b..ded6f9386503d 100644 --- a/packages/SystemUI/res/layout/controls_with_favorites.xml +++ b/packages/SystemUI/res/layout/controls_with_favorites.xml @@ -91,7 +91,6 @@ android:layout_marginLeft="@dimen/global_actions_side_margin" android:layout_marginRight="@dimen/global_actions_side_margin" android:background="@drawable/controls_panel_background" - android:padding="@dimen/global_actions_side_margin" android:visibility="gone" />