From ad9a25d4bed47a94f89719097158c465e9aaee3c Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 18 Aug 2016 11:33:08 -0700 Subject: [PATCH] Fixing allApps UI not extending to statusbar & navbar on tablets AllApps UI on tablets includes the extra gray bottom bar at the bottom for nav-bar background protection, and should overlay the nav bar Change-Id: Idb138b714c34de5510eb9aedfcefb22c9189eee4 --- res/layout-sw720dp/launcher.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index fef80de640..3a429c6374 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -77,7 +77,8 @@ android:id="@+id/apps_view" android:layout_width="match_parent" android:layout_height="match_parent" - android:visibility="invisible" /> + android:visibility="invisible" + launcher:layout_ignoreInsets="true" />