diff options
| author | ExactExampl <64069095+ExactExampl@users.noreply.github.com> | 2022-05-27 11:29:16 +0300 |
|---|---|---|
| committer | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2024-01-26 11:38:35 +0100 |
| commit | 272bf824ddeb1f7058bb29ed23f35124b8983b19 (patch) | |
| tree | a402f88a2a727e1f8fefeb698e05c5e98ff3b1b4 | |
| parent | 4919f61c59fd0dda154ffe1434498d91c1c773e4 (diff) | |
evert: enable navbar with overlayt13.0
Let`s use overlay to enable navbar, so it`s settings should be shown under system/gestures menu.
Change-Id: I0fcf3104a9e1e2df19db0c4e85e6e27b5f915120
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 7393fc7..34fa756 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -25,4 +25,7 @@ <!-- Specify if the fingerprint hardware support gestures--> <bool name="config_fingerprintSupportsGestures">true</bool> + <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be + autodetected from the Configuration. --> + <bool name="config_showNavigationBar">true</bool> </resources> |
