From 360310b74de10d7bd2cc0a2ab874b1d246a6a7ba Mon Sep 17 00:00:00 2001 From: Craig Mautner Date: Fri, 26 Oct 2012 15:13:08 -0700 Subject: 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 | 175 +++++++++++++++++++++------------------- res/layout-port/launcher.xml | 169 ++++++++++++++++++++------------------ res/layout-sw720dp/launcher.xml | 171 +++++++++++++++++++++------------------ 3 files changed, 276 insertions(+), 239 deletions(-) (limited to 'res') diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 7f705f5e7..0892352a9 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -14,94 +14,105 @@ limitations under the License. --> - + + android:layout_height="match_parent" + android:background="@drawable/workspace_bg"> - - - - - - - - - - - - - - - - - - - - + android:fitsSystemWindows="true"> - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index a4275010b..ad7eff4ba 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -14,90 +14,103 @@ limitations under the License. --> - + + android:layout_height="match_parent" + android:background="@drawable/workspace_bg"> - - - - - - - - - - - - - - - - - - - - - + + android:fitsSystemWindows="true"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 418469b9b..b5540423e 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -14,91 +14,104 @@ limitations under the License. --> - + + android:layout_height="match_parent" + android:background="@drawable/workspace_bg"> - - - - - - - - - - - - - - - - - - - - - + + android:fitsSystemWindows="true"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3