commit | 4d05deb1ae10075737372435dc54e83a3e850f65 | [log] [tgz] |
---|---|---|
author | DanGLES3 <xdadevfsimmgk.df3cg@slmail.me> | Wed Jan 05 22:20:53 2022 +0900 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Aug 21 06:31:35 2022 +0200 |
tree | 74f7cd9eb3ff29c7f5b686024ab351f20551c450 | |
parent | c321ce44a451778da9c0cc07df576e2a2a93c894 [diff] |
Leaf: Improve hide gestural navigation hint bar config * Overlay extracted from https://github.com/Magisk-Modules-Repo/HideNavBar. Signed-off-by: palaych <palaych@arrowos.net> Change-Id: I6f01cd8540d62c89eecd948c20c777badfbf44d3
diff --git a/customizations/NavigationBarNoHintOverlay/res/values/dimens.xml b/customizations/NavigationBarNoHintOverlay/res/values/dimens.xml index f389f83..5161d84 100644 --- a/customizations/NavigationBarNoHintOverlay/res/values/dimens.xml +++ b/customizations/NavigationBarNoHintOverlay/res/values/dimens.xml
@@ -10,4 +10,8 @@ <dimen name="navigation_bar_height_landscape">0dp</dimen> <!-- Width of the navigation bar when it is placed vertically on the screen --> <dimen name="navigation_bar_width">0dp</dimen> + <!-- Height of the bottom navigation / system bar. --> + <dimen name="navigation_bar_frame_height">0.0dip</dimen> + <!-- Height of the bottom navigation bar frame in landscape --> + <dimen name="navigation_bar_frame_height_landscape">0.0dip</dimen> </resources>