summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 15:14:34 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 15:14:34 +0200
commit73d20ec6e3d5e6b2d57c918e71fe71257eba9325 (patch)
tree4dd2e52ee42af35352eaa82500c81bea9cfffcc6 /overlay
parentdc28ef159f1f55ba8b15ad704f9ec0ac9781d43c (diff)
downloaddevice_samsung_p5100-73d20ec6e3d5e6b2d57c918e71fe71257eba9325.zip
device_samsung_p5100-73d20ec6e3d5e6b2d57c918e71fe71257eba9325.tar.gz
device_samsung_p5100-73d20ec6e3d5e6b2d57c918e71fe71257eba9325.tar.bz2
overlay: show navigation bar
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
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 4877124..4cf1d4f 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -27,6 +27,10 @@
<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>