From 7e6cb4e4cf2ef381378102d27d9bdfd84753e5c3 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Tue, 3 Apr 2018 17:11:24 -0700 Subject: [PATCH] Center layout of nav inflator to wrap content to tap other buttons When you hold home button (that is within the center group) you cannot tap any other nav button because home button and its parent consumes it. Make it wrap the content so that the back and recents button can be pressed while holding home. This is used to unpin better for quick step enabled. Test: manual - hold home and tap back/recents, easier when pinned Change-Id: I73b326235885e5e29c07b9540b4311a0c820ff78 Fixes: 77522636 Fixes: 73175803 --- packages/SystemUI/res/layout/navigation_layout.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/navigation_layout.xml b/packages/SystemUI/res/layout/navigation_layout.xml index 953abc7148a8f..79e54aa45d9a1 100644 --- a/packages/SystemUI/res/layout/navigation_layout.xml +++ b/packages/SystemUI/res/layout/navigation_layout.xml @@ -38,8 +38,9 @@