diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 17:15:40 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 17:15:40 +0200 |
commit | 759d906b87810783938eae257fdc9ac02ec1f3b4 (patch) | |
tree | 28eede800cf6046762fe6def0a2d2e5e75cc294a | |
parent | 3ac84844d4a5fb4004943cfb30dd5663d39e47ee (diff) | |
download | device_samsung_p5100-759d906b87810783938eae257fdc9ac02ec1f3b4.zip device_samsung_p5100-759d906b87810783938eae257fdc9ac02ec1f3b4.tar.gz device_samsung_p5100-759d906b87810783938eae257fdc9ac02ec1f3b4.tar.bz2 |
remove navbar
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 4cf1d4f..4877124 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -27,10 +27,6 @@ <bool name="config_allowAllRotations">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> - <!-- Flag indicating whether the we should enable the automatic brightness in Settings. Software implementation will be used if config_hardware_auto_brightness_available is not set --> <bool name="config_automatic_brightness_available">true</bool> |