am 444336dd: Merge "Fix crazy notification panel background." into honeycomb-mr2
* commit '444336dd5f233c59e5a222d366d2498c888664b5': Fix crazy notification panel background.
This commit is contained in:
@@ -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,
|
||||||
ViewGroup.LayoutParams.MATCH_PARENT,
|
ViewGroup.LayoutParams.MATCH_PARENT,
|
||||||
WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG,
|
WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG,
|
||||||
|
|||||||
Reference in New Issue
Block a user