diff options
| author | Vachounet <vachounet@live.fr> | 2017-07-18 09:37:54 +0200 |
|---|---|---|
| committer | wzedlare <vedatak01@gmail.com> | 2017-07-28 18:23:59 +0000 |
| commit | 757f07ec89c9c8b6af70da7369e44a51eaef4fa4 (patch) | |
| tree | a261625e69bb224e40bc6c9fb268063891eb87cd | |
| parent | b1cea3b86b228ef4e9107b1961d02fbeae473dfd (diff) | |
cedric: disable navbar overlay
* Now handle by CMActions
Change-Id: I5bdbd63b09fb801c10704e73f5b150377f2d1911
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 0e997ef..aad6b14 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -231,7 +231,7 @@ <!-- 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> + <bool name="config_showNavigationBar">false</bool> <!-- Hardware keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each |
