aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2012-11-27 13:31:48 -0600
committerDan Murphy <dmurphy@ti.com>2012-11-27 13:31:48 -0600
commit5b1e672fc4849f9657e60bdac9e5c8192307b60d (patch)
tree99599a75015ec20aec4e896e8e257c91eaa4331c
parent88aee82b3da4a4c368f7055d133c135751021717 (diff)
downloadpanda-5b1e672fc4849f9657e60bdac9e5c8192307b60d.tar.gz
Panda: Show navigation bar for panda
Indicate to show navigation bar for panda boards Change-Id: I8de0f664572921b8fdc2c6ee7ee0b9f4b7b0c1f8 Signed-off-by: Dan Murphy <dmurphy@ti.com>
-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 14740fb..3cfb35a 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 @@
<!-- This device does not allow sms service. -->
<bool name="config_sms_capable">false</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>
+
<!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
Please don't copy them, copy anything else. -->