summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/values/config.xml
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-05-02 19:00:07 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-05-02 19:00:07 +0200
commit8456bda73d7ce443e08c4f08715bd38a39eec641 (patch)
tree5bd0946e0e322355b77da989718581c7b380c92e /overlay/frameworks/base/core/res/res/values/config.xml
parent12f4da3dc7284309694abecbc3dea4245168136b (diff)
downloaddevice_goldelico_gta04-8456bda73d7ce443e08c4f08715bd38a39eec641.zip
device_goldelico_gta04-8456bda73d7ce443e08c4f08715bd38a39eec641.tar.gz
device_goldelico_gta04-8456bda73d7ce443e08c4f08715bd38a39eec641.tar.bz2
Initial commit for Replicant 4.0
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'overlay/frameworks/base/core/res/res/values/config.xml')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index c610e11..b42bacf 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -18,14 +18,10 @@
-->
<resources>
- <bool name="cm_default_has_soft_buttons">true</bool>
- <bool name="cm_default_soft_buttons_left">true</bool>
+ <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
+ <bool name="config_unplugTurnsOnScreen">true</bool>
- <bool name="cm_default_show_soft_home">true</bool>
- <bool name="cm_default_show_soft_menu">true</bool>
- <bool name="cm_default_show_soft_back">false</bool>
- <bool name="cm_default_show_soft_search">false</bool>
- <bool name="cm_default_show_soft_quick_na">false</bool>
-
- <bool name="cm_default_home_on_longpress_back">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>
</resources>