From f1dd26b6fda891adc575c563dadb19b3d941faa7 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Mon, 20 Jun 2011 14:44:35 -0400 Subject: [PATCH] Fix crazy notification panel background. The compatibility mode dialog (shown only once, ever) was clobbering its layout params. Bug: 4723617 Change-Id: I7899293b72c8e480a97a10a88f62754ff415f343 --- .../com/android/systemui/statusbar/tablet/TabletStatusBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java index 3349a6c41e5d3..79d50dfb32274 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java @@ -1040,7 +1040,7 @@ public class TabletStatusBar extends StatusBar implements } }); - WindowManager.LayoutParams lp = mNotificationPanelParams = new WindowManager.LayoutParams( + WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG,