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-sw720dp/launcher.xml | 171 +++++++++++++++++++++------------------- 1 file changed, 92 insertions(+), 79 deletions(-) (limited to 'res/layout-sw720dp') 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