diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-28 16:00:27 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-28 16:00:27 +0100 |
commit | e34b3edefa804e749648934a27f7522185a12b10 (patch) | |
tree | 4cf2ceaa78437093c207fd054258b011ba37d688 /common-overlay | |
parent | de654ad6a5f6ac7f370dff4baa87e62d20b00aaf (diff) | |
download | device_samsung_p5100-e34b3edefa804e749648934a27f7522185a12b10.zip device_samsung_p5100-e34b3edefa804e749648934a27f7522185a12b10.tar.gz device_samsung_p5100-e34b3edefa804e749648934a27f7522185a12b10.tar.bz2 |
p51xx: show navigation bar
Change-Id: I4fdaa46d35ffef5566f96451965c3fc5168e5d2e
Diffstat (limited to 'common-overlay')
-rw-r--r-- | common-overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/values/config.xml b/common-overlay/frameworks/base/core/res/res/values/config.xml index 8322a4c..a94f695 100644 --- a/common-overlay/frameworks/base/core/res/res/values/config.xml +++ b/common-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> |