summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-18 11:33:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-08-18 11:34:55 -0700
commitad9a25d4bed47a94f89719097158c465e9aaee3c (patch)
tree49f4c8ef6997a3d5f5dc8a46733bc0280fb69c58 /res
parente2b2fb79fc5c4842e1cef21ecc21623cf1acf569 (diff)
downloadandroid_packages_apps_Trebuchet-ad9a25d4bed47a94f89719097158c465e9aaee3c.tar.gz
android_packages_apps_Trebuchet-ad9a25d4bed47a94f89719097158c465e9aaee3c.tar.bz2
android_packages_apps_Trebuchet-ad9a25d4bed47a94f89719097158c465e9aaee3c.zip
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
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw720dp/launcher.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index fef80de64..3a429c637 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" />
</com.android.launcher3.dragndrop.DragLayer>
</com.android.launcher3.LauncherRootView>