Fix crazy notification panel background.

The compatibility mode dialog (shown only once, ever) was clobbering its layout params.

Bug: 4723617
Change-Id: I7899293b72c8e480a97a10a88f62754ff415f343
This commit is contained in:
Daniel Sandler
2011-06-20 14:44:35 -04:00
parent c7c1ba5071
commit f1dd26b6fd

View File

@@ -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,