Merge "Fix crazy notification panel background." into honeycomb-mr2

This commit is contained in:
Daniel Sandler
2011-06-20 17:29:24 -07:00
committed by Android (Google) Code Review

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,