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>
Fri, 26 Oct 2012 22:13:08 +0000 (15:13 -0700)
commit6a0393666a75b4cd352ac73a027d9cbcc539f6c2
tree8f1ff5e8d5f463e79417a9fe466fd4bc657c7cc9
parentd1c3789ea61114da6ddfa149f4d8993dfb86ff40
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