summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/config.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-05-31 15:46:13 -0400
committerDaniel Sandler <dsandler@google.com>2011-05-31 15:46:14 -0400
commitf86f898f8afe73d81b34543dcb2c30d8bf7da563 (patch)
tree1dabab706fbbc8216b02eec1e641cc94a16b9e13 /packages/SystemUI/res/values/config.xml
parent9b4157935af9e44571187a9533c2cc9b413383bf (diff)
downloadframeworks_base-f86f898f8afe73d81b34543dcb2c30d8bf7da563.zip
frameworks_base-f86f898f8afe73d81b34543dcb2c30d8bf7da563.tar.gz
frameworks_base-f86f898f8afe73d81b34543dcb2c30d8bf7da563.tar.bz2
Move navigation bar to right-hand-side of seascape.
This means the navbar will either be at the bottom (portrait and reverse portrait) or the right (landscape and seascape) irrespective of the physical bottom of the device. Change-Id: Ib51cab22f246785c9cebcc688bcdb848eb776361
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r--packages/SystemUI/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 954a871..c0c39d0 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -40,7 +40,7 @@
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
- <bool name="config_showNavigationBar">false</bool>
+ <bool name="config_showNavigationBar">true</bool>
</resources>