Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77f16b4c authored by Winson Chung's avatar Winson Chung
Browse files

Overlaying the nav bar frame dimens

- Also remove the experimental overlay packages

Bug: 127366543
Test: Switch to gestural nav, ensure the nav bar shrinks
Change-Id: Id13b95b2b0fe0db26bfa026602b7fe27a27ac15f
parent e108b677
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -48,14 +48,6 @@ include $(BUILD_PHONY_PACKAGE)
include $(CLEAR_VARS)

LOCAL_MODULE := frameworks-base-overlays-debug
LOCAL_REQUIRED_MODULES := \
	ExperimentNavigationBarFloatingOverlay \
	ExperimentNavigationBarVisualInsetOverlay \
	ExperimentNavigationBarDefaultOverlay \
	ExperimentNavigationBarSlimOverlay32 \
	ExperimentNavigationBarSlimOverlay40 \
	ExperimentNavigationBarLargeOverlay56 \
	ExperimentNavigationBarLargeOverlay64

include $(BUILD_PHONY_PACKAGE)
include $(call first-makefiles-under,$(LOCAL_PATH))
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
 * Copyright (c) 2019, The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-->
<resources>
    <!-- Height of the bottom navigation / system bar. -->
    <dimen name="navigation_bar_height">16dp</dimen>
    <!-- Width of the navigation bar when it is placed vertically on the screen -->
    <dimen name="navigation_bar_width">16dp</dimen>
    <!-- Height of the bottom navigation / system bar. -->
    <dimen name="navigation_bar_frame_height">48dp</dimen>
    <!-- Width of the navigation bar when it is placed vertically on the screen -->
    <dimen name="navigation_bar_frame_width">48dp</dimen>
</resources>
 No newline at end of file