From aa3460e48bb53457c157503d6247a8bf65af66b5 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Mon, 8 Oct 2018 15:14:42 -0700 Subject: [PATCH] Experiment to be able to change the navigation bar thickness (2/2) Use resource overlays to change the 2 dimension navigation_bar_height and navigation_bar_frame_height to specify how large the navigation bar is and how large its buttons are (also for width). There are two overlays: first to slim the navigation bar to 75% and the other to have floating navigation buttons. go/navbar-experiments-doc Test: manual Bug: 113952590 Change-Id: Ibd93097e223cbf0de18011064b3da38b6d069d24 --- target/product/handheld_vendor.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/handheld_vendor.mk b/target/product/handheld_vendor.mk index 76befe75d8..5af1190851 100644 --- a/target/product/handheld_vendor.mk +++ b/target/product/handheld_vendor.mk @@ -24,6 +24,8 @@ PRODUCT_PACKAGES += \ DisplayCutoutEmulationCornerOverlay \ DisplayCutoutEmulationDoubleOverlay \ DisplayCutoutEmulationTallOverlay \ + ExperimentNavigationBarFloatingOverlay \ + ExperimentNavigationBarSlimOverlay \ local_time.default \ power.default \ vibrator.default \