Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e07141a5 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am e89d4b5d: am e0da3f3b: am 444336dd: Merge "Fix crazy notification panel...

am e89d4b5d: am e0da3f3b: am 444336dd: Merge "Fix crazy notification panel background." into honeycomb-mr2

* commit 'e89d4b5d':
  Fix crazy notification panel background.
parents 80a0fa0b e89d4b5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,