diff options
| author | dev-harsh1998 <harshit.india@linaro.org> | 2017-08-26 22:49:33 +0530 |
|---|---|---|
| committer | Shreps <shr3ps@gmail.com> | 2017-09-12 10:18:28 +0200 |
| commit | 2596c061f2361eb67d242143fe2fa6d757f49d7e (patch) | |
| tree | 0df824593768a73dd2eb15b29390f372361fd863 | |
| parent | 3b0372f1db64a447b0167427393dec949100f3ba (diff) | |
A6020: Enable navigation bar
* Also disable lineage specific overlays until they are backported once conditions are met this commit is revert worthy
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 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 570b737..b6174ab 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -1,3 +1,4 @@ + <?xml version="1.0" encoding="utf-8"?> <!-- /* @@ -308,4 +309,7 @@ <item>"/data/dalvik-cache/arm/system@framework@boot.oat"</item> <item>"/data/dalvik-cache/arm/system@framework@services.jar@classes.dex"</item> </string-array> + + <bool name="config_showNavigationBar">true</bool> </resources> + |
