OSDN Git Service

Extend background to full screen.
authorCraig Mautner <cmautner@google.com>
Fri, 26 Oct 2012 22:13:08 +0000 (15:13 -0700)
committerCraig Mautner <cmautner@google.com>
Sat, 17 Nov 2012 00:17:20 +0000 (16:17 -0800)
commit360310b74de10d7bd2cc0a2ab874b1d246a6a7ba
treecf3209709eb24c5f4e70c5a776eb693a15637947
parent3c42e118c4c78f0b7f71e27ce0232bdc105842f0
Extend background to full screen.

Gradient and black backgrounds were stopping at the Status Bar.
When returning from a full screen app to the launcher the wallpaper
was completely visible when it should have been obscured by these
backgrounds. Making the app full screen while keeping the views
within the system insets fixes this.

Bug 7410717 fixed.

Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
res/layout-land/launcher.xml
res/layout-port/launcher.xml
res/layout-sw720dp/launcher.xml
src/com/android/launcher2/AppWidgetResizeFrame.java
src/com/android/launcher2/Launcher.java